#377616

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

Shades of Bilbao #377616

Tints of Bilbao #377616

Color information

#377616 (or 0x377616) is unknown color: approx Bilbao. HEX triplet: 37, 76 and 16. RGB value is (55,118,22). Sum of RGB (Red+Green+Blue) = 55+118+22=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #377616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377616 is #C889E9. Grayscale: #585858. Windows color (decimal): -13142506 or 1472055. OLE color: 1472055.

HSL color Cylindrical-coordinate representation of color #377616: hue angle of 99.38º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #377616 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB5511822-
CMYK0.5300.810.54
HSL99.38º68.57%27.45%-
HSV(B)99.38º81.36%46.27%-
XYZ8.213.833-
YUV88.2290.63104.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 118 (46.48% from 255) = 60.51%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=28.21%
G=60.51%
B=11.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118220.5300.810.5499.3868.5727.45
Hex377616350513663451b
Octal67166266501216614310533
Binary110111111011010110110101010100011101101100011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377616; }

 p { color: rgb(55,118,22); }

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

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

 a { background-color: rgb(55,118,22); }

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

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

 span { border-color: rgb(55,118,22); }

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