#053A0E

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

Shades of Deep Fir #053A0E

Tints of Deep Fir #053A0E

Color information

#053A0E (or 0x053A0E) is unknown color: approx Deep Fir. HEX triplet: 05, 3A and 0E. RGB value is (5,58,14). Sum of RGB (Red+Green+Blue) = 5+58+14=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 58 (23.05% from 255 or 75.32% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 58 - color contains mainly: green. Hex color #053A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A0E is #FAC5F1. Grayscale: #252525. Windows color (decimal): -16434674 or 932357. OLE color: 932357.

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

Color convert

RGB55814-
CMYK0.9100.760.77
HSL130.19º84.13%12.35%-
HSV(B)130.19º91.38%22.75%-
XYZ1.653.090.92-
YUV37.14114.94105.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 58 (23.05% from 255) = 75.32%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=6.49%
G=75.32%
B=18.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558140.9100.760.77130.1984.1312.35
Hex53AE5B04C4D8254c
Octal57216133011411520212414
Binary101111010111010110110100110010011011000001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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