#37840B

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

Shades of Bilbao #37840B

Tints of Bilbao #37840B

Color information

#37840B (or 0x37840B) is unknown color: approx Bilbao. HEX triplet: 37, 84 and 0B. RGB value is (55,132,11). Sum of RGB (Red+Green+Blue) = 55+132+11=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 132 (51.95% from 255 or 66.67% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 132 - color contains mainly: green. Hex color #37840B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37840B is #C87BF4. Grayscale: #5F5F5F. Windows color (decimal): -13138933 or 754743. OLE color: 754743.

HSL color Cylindrical-coordinate representation of color #37840B: hue angle of 98.18º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37840B is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB5513211-
CMYK0.5800.920.48
HSL98.18º84.62%28.04%-
HSV(B)98.18º91.67%51.76%-
XYZ9.8917.343.14-
YUV95.1880.4999.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 132 (51.95% from 255) = 66.67%
BLUE value IS 11 (4.69% from 255) = 5.56%
R=27.78%
G=66.67%
B=5.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55132110.5800.920.4898.1884.6228.04
Hex3784B3A05C3062551c
Octal67204137201346014212534
Binary110111100001001011111010010111001100001100010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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