#37740f

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

Shades of Bilbao #37740F

Tints of Bilbao #37740F

Color information

#37740F (or 0x37740F) is unknown color: approx Bilbao. HEX triplet: 37, 74 and 0F. RGB value is (55,116,15). Sum of RGB (Red+Green+Blue) = 55+116+15=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 116 (45.70% from 255 or 62.37% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 116 - color contains mainly: green. Hex color #37740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37740F is #C88BF0. Grayscale: #565656. Windows color (decimal): -13143025 or 1012791. OLE color: 1012791.

HSL color Cylindrical-coordinate representation of color #37740F: hue angle of 96.24º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37740F is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB5511615-
CMYK0.5300.870.55
HSL96.24º77.1%25.69%-
HSV(B)96.24º87.07%45.49%-
XYZ7.9113.342.61-
YUV86.2587.79105.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 116 (45.70% from 255) = 62.37%
BLUE value IS 15 (6.25% from 255) = 8.06%
R=29.57%
G=62.37%
B=8.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55116150.5300.870.5596.2477.125.69
Hex3774F3505737604d1a
Octal67164176501276714011532
Binary11011111101001111110101010101111101111100000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37740f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37740f; }

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

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

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

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

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

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

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

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