#377629

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

Shades of Bilbao #377629

Tints of Bilbao #377629

Color information

#377629 (or 0x377629) is unknown color: approx Bilbao. HEX triplet: 37, 76 and 29. RGB value is (55,118,41). Sum of RGB (Red+Green+Blue) = 55+118+41=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #377629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377629 is #C889D6. Grayscale: #5A5A5A. Windows color (decimal): -13142487 or 2717239. OLE color: 2717239.

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

Color convert

RGB5511841-
CMYK0.5300.650.54
HSL109.09º48.43%31.18%-
HSV(B)109.09º65.25%46.27%-
XYZ8.4513.934.34-
YUV90.38100.13102.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 118 (46.48% from 255) = 55.14%
BLUE value IS 41 (16.41% from 255) = 19.16%
R=25.70%
G=55.14%
B=19.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118410.5300.650.54109.0948.4331.18
Hex37762935041366d301f
Octal6716651650101661556037
Binary110111111011010100111010101000001110110110110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377629; }

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

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

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

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

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

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

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

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