#053112

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

Shades of Deep Fir #053112

Tints of Deep Fir #053112

Color information

#053112 (or 0x053112) is unknown color: approx Deep Fir. HEX triplet: 05, 31 and 12. RGB value is (5,49,18). Sum of RGB (Red+Green+Blue) = 5+49+18=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 49 (19.53% from 255 or 68.06% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 49 - color contains mainly: green. Hex color #053112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053112 is #FACEED. Grayscale: #202020. Windows color (decimal): -16436974 or 1192197. OLE color: 1192197.

HSL color Cylindrical-coordinate representation of color #053112: hue angle of 137.73º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053112 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB54918-
CMYK0.9000.630.81
HSL137.73º81.48%10.59%-
HSV(B)137.73º89.8%19.22%-
XYZ1.272.270.94-
YUV32.31119.92108.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 49 (19.53% from 255) = 68.06%
BLUE value IS 18 (7.42% from 255) = 25%
R=6.94%
G=68.06%
B=25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549180.9000.630.81137.7381.4810.59
Hex531125A03F518a51b
Octal5612213207712121212113
Binary101110001100101011010011111110100011000101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053112; }

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

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

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

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

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

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

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

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