#377818

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

Shades of Bilbao #377818

Tints of Bilbao #377818

Color information

#377818 (or 0x377818) is unknown color: approx Bilbao. HEX triplet: 37, 78 and 18. RGB value is (55,120,24). Sum of RGB (Red+Green+Blue) = 55+120+24=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 120 (47.27% from 255 or 60.30% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 120 - color contains mainly: green. Hex color #377818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377818 is #C887E7. Grayscale: #595959. Windows color (decimal): -13141992 or 1603639. OLE color: 1603639.

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

Color convert

RGB5512024-
CMYK0.5400.80.53
HSL100.62º66.67%28.24%-
HSV(B)100.62º80%47.06%-
XYZ8.4614.313.18-
YUV89.6290.97103.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 120 (47.27% from 255) = 60.30%
BLUE value IS 24 (9.77% from 255) = 12.06%
R=27.64%
G=60.30%
B=12.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120240.5400.80.53100.6266.6728.24
Hex377818360503565431c
Octal67170306601206514510334
Binary110111111100011000110110010100001101011100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377818; }

 p { color: rgb(55,120,24); }

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

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

 a { background-color: rgb(55,120,24); }

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

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

 span { border-color: rgb(55,120,24); }

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