#37701F

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

Shades of Bilbao #37701F

Tints of Bilbao #37701F

Color information

#37701F (or 0x37701F) is unknown color: approx Bilbao. HEX triplet: 37, 70 and 1F. RGB value is (55,112,31). Sum of RGB (Red+Green+Blue) = 55+112+31=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #37701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37701F is #C88FE0. Grayscale: #555555. Windows color (decimal): -13144033 or 2060343. OLE color: 2060343.

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

Color convert

RGB5511231-
CMYK0.5100.720.56
HSL102.22º56.64%28.04%-
HSV(B)102.22º72.32%43.92%-
XYZ7.6212.53.31-
YUV85.7297.12106.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 112 (44.14% from 255) = 56.57%
BLUE value IS 31 (12.5% from 255) = 15.66%
R=27.78%
G=56.57%
B=15.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112310.5100.720.56102.2256.6428.04
Hex37701F330483866391c
Octal6716037630110701467134
Binary11011111100001111111001101001000111000110011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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