#37812C

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

Shades of Bilbao #37812C

Tints of Bilbao #37812C

Color information

#37812C (or 0x37812C) is unknown color: approx Bilbao. HEX triplet: 37, 81 and 2C. RGB value is (55,129,44). Sum of RGB (Red+Green+Blue) = 55+129+44=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #37812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37812C is #C87ED3. Grayscale: #616161. Windows color (decimal): -13139668 or 2916663. OLE color: 2916663.

HSL color Cylindrical-coordinate representation of color #37812C: hue angle of 112.24º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37812C is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB5512944-
CMYK0.5700.660.49
HSL112.24º49.13%33.92%-
HSV(B)112.24º65.89%50.59%-
XYZ9.8816.695.08-
YUV97.1897.9897.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 129 (50.78% from 255) = 56.58%
BLUE value IS 44 (17.58% from 255) = 19.30%
R=24.12%
G=56.58%
B=19.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55129440.5700.660.49112.2449.1333.92
Hex37812C3904231703122
Octal6720154710102611606142
Binary11011110000001101100111001010000101100011110000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37812C; }

 p { color: rgb(55,129,44); }

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

<style>
 a { background-color: #37812C; }

 a { background-color: rgb(55,129,44); }

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

<style>
 span { border-color: #37812C; }

 span { border-color: rgb(55,129,44); }

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