#37820E

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

Shades of Bilbao #37820E

Tints of Bilbao #37820E

Color information

#37820E (or 0x37820E) is unknown color: approx Bilbao. HEX triplet: 37, 82 and 0E. RGB value is (55,130,14). Sum of RGB (Red+Green+Blue) = 55+130+14=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #37820E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37820E is #C87DF1. Grayscale: #5E5E5E. Windows color (decimal): -13139442 or 950839. OLE color: 950839.

HSL color Cylindrical-coordinate representation of color #37820E: hue angle of 98.79º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37820E is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB5513014-
CMYK0.5800.890.49
HSL98.79º80.56%28.24%-
HSV(B)98.79º89.23%50.98%-
XYZ9.6416.813.15-
YUV94.3582.6599.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 130 (51.17% from 255) = 65.33%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=27.64%
G=65.33%
B=7.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130140.5800.890.4998.7980.5628.24
Hex3782E3A0593163511c
Octal67202167201316114312134
Binary110111100000101110111010010110011100011100011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37820E; }

 p { color: rgb(55,130,14); }

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

<style>
 a { background-color: #37820E; }

 a { background-color: rgb(55,130,14); }

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

<style>
 span { border-color: #37820E; }

 span { border-color: rgb(55,130,14); }

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