#377702

Color #377702 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #377702

Tints of Bilbao #377702

Color information

#377702 (or 0x377702) is unknown color: approx Bilbao. HEX triplet: 37, 77 and 02. RGB value is (55,119,2). Sum of RGB (Red+Green+Blue) = 55+119+2=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 119 (46.88% from 255 or 67.61% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 119 - color contains mainly: green. Hex color #377702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377702 is #C888FD. Grayscale: #565656. Windows color (decimal): -13142270 or 161591. OLE color: 161591.

HSL color Cylindrical-coordinate representation of color #377702: hue angle of 92.82º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #377702 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB551192-
CMYK0.5400.980.53
HSL92.82º96.69%23.73%-
HSV(B)92.82º98.32%46.67%-
XYZ8.1814.012.33-
YUV86.5380.3105.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 31.25%
GREEN value IS 119 (46.88% from 255) = 67.61%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=31.25%
G=67.61%
B=1.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5511920.5400.980.5392.8296.6923.73
Hex3777236062355d6118
Octal6716726601426513514130
Binary110111111011110110110011000101101011011101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377702; }

 p { color: rgb(55,119,2); }

 H1.HeaderClassName
 {
   color: #377702;
 }
 .AnyTagClassName
 {
   color: #377702;
 }
</style>
background-color css

<style>
 a { background-color: #377702; }

 a { background-color: rgb(55,119,2); }

 div.DivClassName
 {
   background-color: #377702;
 }
 .BgClassName
 {
   background-color: #377702;
 }
</style>
border-color css

<style>
 span { border-color: #377702; }

 span { border-color: rgb(55,119,2); }

 td.TdClassName
 {
   border-color: #377702;
 }
 .TagClassName
 {
   border-color: #377702;
 }
</style>