#053912

Color #053912 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #053912

Tints of Deep Fir #053912

Color information

#053912 (or 0x053912) is unknown color: approx Deep Fir. HEX triplet: 05, 39 and 12. RGB value is (5,57,18). Sum of RGB (Red+Green+Blue) = 5+57+18=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 57 (22.66% from 255 or 71.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 57 - color contains mainly: green. Hex color #053912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053912 is #FAC6ED. Grayscale: #252525. Windows color (decimal): -16434926 or 1194245. OLE color: 1194245.

HSL color Cylindrical-coordinate representation of color #053912: hue angle of 135º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053912 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB55718-
CMYK0.9100.680.78
HSL135º83.87%12.16%-
HSV(B)135º91.23%22.35%-
XYZ1.6331.07-
YUV37.01117.27105.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 57 (22.66% from 255) = 71.25%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=6.25%
G=71.25%
B=22.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557180.9100.680.7813583.8712.16
Hex539125B0444E8754c
Octal57122133010411620712414
Binary1011110011001010110110100010010011101000011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053912; }

 p { color: rgb(5,57,18); }

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

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

 a { background-color: rgb(5,57,18); }

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

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

 span { border-color: rgb(5,57,18); }

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