#377729

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

Shades of Bilbao #377729

Tints of Bilbao #377729

Color information

#377729 (or 0x377729) is unknown color: approx Bilbao. HEX triplet: 37, 77 and 29. RGB value is (55,119,41). Sum of RGB (Red+Green+Blue) = 55+119+41=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #377729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377729 is #C888D6. Grayscale: #5B5B5B. Windows color (decimal): -13142231 or 2717495. OLE color: 2717495.

HSL color Cylindrical-coordinate representation of color #377729: hue angle of 109.23º degrees, saturation: 0.49, 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 #377729 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB5511941-
CMYK0.5400.660.53
HSL109.23º48.75%31.37%-
HSV(B)109.23º65.55%46.67%-
XYZ8.5714.174.38-
YUV90.9799.8102.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 119 (46.88% from 255) = 55.35%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=25.58%
G=55.35%
B=19.07%

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
Decimal55119410.5400.660.53109.2348.7531.37
Hex37772936042356d311f
Octal6716751660102651556137
Binary110111111011110100111011001000010110101110110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377729; }

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

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

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

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

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

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

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

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