#37710F

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

Shades of Bilbao #37710F

Tints of Bilbao #37710F

Color information

#37710F (or 0x37710F) is unknown color: approx Bilbao. HEX triplet: 37, 71 and 0F. RGB value is (55,113,15). Sum of RGB (Red+Green+Blue) = 55+113+15=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #37710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37710F is #C88EF0. Grayscale: #545454. Windows color (decimal): -13143793 or 1012023. OLE color: 1012023.

HSL color Cylindrical-coordinate representation of color #37710F: hue angle of 95.51º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37710F is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB5511315-
CMYK0.5100.870.56
HSL95.51º76.56%25.1%-
HSV(B)95.51º86.73%44.31%-
XYZ7.5712.662.5-
YUV84.4988.78106.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 113 (44.53% from 255) = 61.75%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=30.05%
G=61.75%
B=8.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55113150.5100.870.5695.5176.5625.1
Hex3771F3305738604d19
Octal67161176301277014011531
Binary11011111100011111110011010101111110001100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37710F; }

 p { color: rgb(55,113,15); }

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

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

 a { background-color: rgb(55,113,15); }

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

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

 span { border-color: rgb(55,113,15); }

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