#37812D

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

Shades of Bilbao #37812D

Tints of Bilbao #37812D

Color information

#37812D (or 0x37812D) is unknown color: approx Bilbao. HEX triplet: 37, 81 and 2D. RGB value is (55,129,45). Sum of RGB (Red+Green+Blue) = 55+129+45=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #37812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37812D is #C87ED2. Grayscale: #616161. Windows color (decimal): -13139667 or 2982199. OLE color: 2982199.

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

Color convert

RGB5512945-
CMYK0.5700.650.49
HSL112.86º48.28%34.12%-
HSV(B)112.86º65.12%50.59%-
XYZ9.916.75.18-
YUV97.398.4897.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.02%
GREEN value IS 129 (50.78% from 255) = 56.33%
BLUE value IS 45 (17.97% from 255) = 19.65%
R=24.02%
G=56.33%
B=19.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55129450.5700.650.49112.8648.2834.12
Hex37812D3904131713022
Octal6720155710101611616042
Binary11011110000001101101111001010000011100011110001110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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