#377527

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

Shades of Bilbao #377527

Tints of Bilbao #377527

Color information

#377527 (or 0x377527) is unknown color: approx Bilbao. HEX triplet: 37, 75 and 27. RGB value is (55,117,39). Sum of RGB (Red+Green+Blue) = 55+117+39=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #377527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377527 is #C88AD8. Grayscale: #595959. Windows color (decimal): -13142745 or 2585911. OLE color: 2585911.

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

Color convert

RGB5511739-
CMYK0.5300.670.54
HSL107.69º50%30.59%-
HSV(B)107.69º66.67%45.88%-
XYZ8.313.684.12-
YUV89.5799.46103.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 117 (46.09% from 255) = 55.45%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=26.07%
G=55.45%
B=18.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55117390.5300.670.54107.695030.59
Hex37752735043366c321f
Octal6716547650103661546237
Binary110111111010110011111010101000011110110110110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377527; }

 p { color: rgb(55,117,39); }

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

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

 a { background-color: rgb(55,117,39); }

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

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

 span { border-color: rgb(55,117,39); }

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