#377210

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

Shades of Bilbao #377210

Tints of Bilbao #377210

Color information

#377210 (or 0x377210) is unknown color: approx Bilbao. HEX triplet: 37, 72 and 10. RGB value is (55,114,16). Sum of RGB (Red+Green+Blue) = 55+114+16=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #377210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377210 is #C88DEF. Grayscale: #555555. Windows color (decimal): -13143536 or 1077815. OLE color: 1077815.

HSL color Cylindrical-coordinate representation of color #377210: hue angle of 96.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #377210 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB5511416-
CMYK0.5200.860.55
HSL96.12º75.38%25.49%-
HSV(B)96.12º85.96%44.71%-
XYZ7.6912.882.57-
YUV85.1988.95106.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 114 (44.92% from 255) = 61.62%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=29.73%
G=61.62%
B=8.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55114160.5200.860.5596.1275.3825.49
Hex3772103405637604b19
Octal67162206401266714011331
Binary110111111001010000110100010101101101111100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377210; }

 p { color: rgb(55,114,16); }

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

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

 a { background-color: rgb(55,114,16); }

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

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

 span { border-color: rgb(55,114,16); }

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