#053A0F

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

Shades of Deep Fir #053A0F

Tints of Deep Fir #053A0F

Color information

#053A0F (or 0x053A0F) is unknown color: approx Deep Fir. HEX triplet: 05, 3A and 0F. RGB value is (5,58,15). Sum of RGB (Red+Green+Blue) = 5+58+15=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 58 (23.05% from 255 or 74.36% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 58 - color contains mainly: green. Hex color #053A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A0F is #FAC5F0. Grayscale: #252525. Windows color (decimal): -16434673 or 997893. OLE color: 997893.

HSL color Cylindrical-coordinate representation of color #053A0F: hue angle of 131.32º 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 #053A0F is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB55815-
CMYK0.9100.740.77
HSL131.32º84.13%12.35%-
HSV(B)131.32º91.38%22.75%-
XYZ1.663.090.96-
YUV37.25115.44105-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 58 (23.05% from 255) = 74.36%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=6.41%
G=74.36%
B=19.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558150.9100.740.77131.3284.1312.35
Hex53AF5B04A4D8354c
Octal57217133011211520312414
Binary101111010111110110110100101010011011000001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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