#053A0C

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

Shades of Deep Fir #053A0C

Tints of Deep Fir #053A0C

Color information

#053A0C (or 0x053A0C) is unknown color: approx Deep Fir. HEX triplet: 05, 3A and 0C. RGB value is (5,58,12). Sum of RGB (Red+Green+Blue) = 5+58+12=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 58 (23.05% from 255 or 77.33% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 58 - color contains mainly: green. Hex color #053A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A0C is #FAC5F3. Grayscale: #252525. Windows color (decimal): -16434676 or 801285. OLE color: 801285.

HSL color Cylindrical-coordinate representation of color #053A0C: hue angle of 127.92º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A0C is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.77.

Color convert

RGB55812-
CMYK0.9100.790.77
HSL127.92º84.13%12.35%-
HSV(B)127.92º91.38%22.75%-
XYZ1.643.080.86-
YUV36.91113.94105.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 58 (23.05% from 255) = 77.33%
BLUE value IS 12 (5.08% from 255) = 16%
R=6.67%
G=77.33%
B=16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558120.9100.790.77127.9284.1312.35
Hex53AC5B04F4D8054c
Octal57214133011711520012414
Binary101111010110010110110100111110011011000000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053A0C; }

 p { color: rgb(5,58,12); }

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

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

 a { background-color: rgb(5,58,12); }

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

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

 span { border-color: rgb(5,58,12); }

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