#053212

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

Shades of Deep Fir #053212

Tints of Deep Fir #053212

Color information

#053212 (or 0x053212) is unknown color: approx Deep Fir. HEX triplet: 05, 32 and 12. RGB value is (5,50,18). Sum of RGB (Red+Green+Blue) = 5+50+18=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #053212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053212 is #FACDED. Grayscale: #202020. Windows color (decimal): -16436718 or 1192453. OLE color: 1192453.

HSL color Cylindrical-coordinate representation of color #053212: hue angle of 137.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053212 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB55018-
CMYK0.9000.640.80
HSL137.33º81.82%10.78%-
HSV(B)137.33º90%19.61%-
XYZ1.312.360.96-
YUV32.9119.59108.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 50 (19.92% from 255) = 68.49%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=6.85%
G=68.49%
B=24.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550180.9000.640.80137.3381.8210.78
Hex532125A040508952b
Octal56222132010012021112213
Binary1011100101001010110100100000010100001000100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053212; }

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

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

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

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

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

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

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

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