#37690B

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

Shades of Bilbao #37690B

Tints of Bilbao #37690B

Color information

#37690B (or 0x37690B) is unknown color: approx Bilbao. HEX triplet: 37, 69 and 0B. RGB value is (55,105,11). Sum of RGB (Red+Green+Blue) = 55+105+11=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #37690B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37690B is #C896F4. Grayscale: #4F4F4F. Windows color (decimal): -13145845 or 747831. OLE color: 747831.

HSL color Cylindrical-coordinate representation of color #37690B: hue angle of 91.91º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37690B is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB5510511-
CMYK0.4800.900.59
HSL91.91º81.03%22.75%-
HSV(B)91.91º89.52%41.18%-
XYZ6.6910.942.08-
YUV79.3389.44110.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.16%
GREEN value IS 105 (41.41% from 255) = 61.40%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=32.16%
G=61.40%
B=6.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55105110.4800.900.5991.9181.0322.75
Hex3769B3005A3B5c5117
Octal67151136001327313412127
Binary11011111010011011110000010110101110111011100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37690B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37690B; }

 p { color: rgb(55,105,11); }

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

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

 a { background-color: rgb(55,105,11); }

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

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

 span { border-color: rgb(55,105,11); }

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