#377017

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

Shades of Bilbao #377017

Tints of Bilbao #377017

Color information

#377017 (or 0x377017) is unknown color: approx Bilbao. HEX triplet: 37, 70 and 17. RGB value is (55,112,23). Sum of RGB (Red+Green+Blue) = 55+112+23=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #377017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377017 is #C88FE8. Grayscale: #555555. Windows color (decimal): -13144041 or 1536055. OLE color: 1536055.

HSL color Cylindrical-coordinate representation of color #377017: hue angle of 98.43º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #377017 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB5511223-
CMYK0.5100.790.56
HSL98.43º65.93%26.47%-
HSV(B)98.43º79.46%43.92%-
XYZ7.5212.462.82-
YUV84.8193.12106.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 112 (44.14% from 255) = 58.95%
BLUE value IS 23 (9.38% from 255) = 12.11%
R=28.95%
G=58.95%
B=12.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112230.5100.790.5698.4365.9326.47
Hex3770173304F3862421a
Octal67160276301177014210232
Binary110111111000010111110011010011111110001100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377017; }

 p { color: rgb(55,112,23); }

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

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

 a { background-color: rgb(55,112,23); }

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

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

 span { border-color: rgb(55,112,23); }

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