#053E0F

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

Shades of Deep Fir #053E0F

Tints of Deep Fir #053E0F

Color information

#053E0F (or 0x053E0F) is unknown color: approx Deep Fir. HEX triplet: 05, 3E and 0F. RGB value is (5,62,15). Sum of RGB (Red+Green+Blue) = 5+62+15=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 62 (24.61% from 255 or 75.61% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 62 - color contains mainly: green. Hex color #053E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053E0F is #FAC1F0. Grayscale: #272727. Windows color (decimal): -16433649 or 998917. OLE color: 998917.

HSL color Cylindrical-coordinate representation of color #053E0F: hue angle of 130.53º 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 #053E0F is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.76.

Color convert

RGB56215-
CMYK0.9200.760.76
HSL130.53º85.07%13.14%-
HSV(B)130.53º91.94%24.31%-
XYZ1.873.511.03-
YUV39.6114.12103.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 62 (24.61% from 255) = 75.61%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=6.10%
G=75.61%
B=18.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal562150.9200.760.76130.5385.0713.14
Hex53EF5C04C4C8355d
Octal57617134011411420312515
Binary101111110111110111000100110010011001000001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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