#377728

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

Shades of Bilbao #377728

Tints of Bilbao #377728

Color information

#377728 (or 0x377728) is unknown color: approx Bilbao. HEX triplet: 37, 77 and 28. RGB value is (55,119,40). Sum of RGB (Red+Green+Blue) = 55+119+40=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #377728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377728 is #C888D7. Grayscale: #5B5B5B. Windows color (decimal): -13142232 or 2651959. OLE color: 2651959.

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

Color convert

RGB5511940-
CMYK0.5400.660.53
HSL108.61º49.69%31.18%-
HSV(B)108.61º66.39%46.67%-
XYZ8.5614.164.29-
YUV90.8699.3102.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 119 (46.88% from 255) = 55.61%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=25.70%
G=55.61%
B=18.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119400.5400.660.53108.6149.6931.18
Hex37772836042356d321f
Octal6716750660102651556237
Binary110111111011110100011011001000010110101110110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377728; }

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

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

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

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

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

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

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

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