#053C0D

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

Shades of Deep Fir #053C0D

Tints of Deep Fir #053C0D

Color information

#053C0D (or 0x053C0D) is unknown color: approx Deep Fir. HEX triplet: 05, 3C and 0D. RGB value is (5,60,13). Sum of RGB (Red+Green+Blue) = 5+60+13=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 60 (23.83% from 255 or 76.92% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 60 - color contains mainly: green. Hex color #053C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053C0D is #FAC3F2. Grayscale: #262626. Windows color (decimal): -16434163 or 867333. OLE color: 867333.

HSL color Cylindrical-coordinate representation of color #053C0D: hue angle of 128.73º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053C0D is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB56013-
CMYK0.9200.780.76
HSL128.73º84.62%12.75%-
HSV(B)128.73º91.67%23.53%-
XYZ1.753.290.92-
YUV38.2113.78104.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 60 (23.83% from 255) = 76.92%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=6.41%
G=76.92%
B=16.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal560130.9200.780.76128.7384.6212.75
Hex53CD5C04E4C8155d
Octal57415134011611420112515
Binary101111100110110111000100111010011001000000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,60,13); }

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

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

 a { background-color: rgb(5,60,13); }

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

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

 span { border-color: rgb(5,60,13); }

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