#053B13

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

Shades of Deep Fir #053B13

Tints of Deep Fir #053B13

Color information

#053B13 (or 0x053B13) is unknown color: approx Deep Fir. HEX triplet: 05, 3B and 13. RGB value is (5,59,19). Sum of RGB (Red+Green+Blue) = 5+59+19=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 59 (23.44% from 255 or 71.08% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 59 - color contains mainly: green. Hex color #053B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B13 is #FAC4EC. Grayscale: #262626. Windows color (decimal): -16434413 or 1260293. OLE color: 1260293.

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

Color convert

RGB55919-
CMYK0.9200.680.77
HSL135.56º84.38%12.55%-
HSV(B)135.56º91.53%23.14%-
XYZ1.743.211.14-
YUV38.29117.11104.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.02%
GREEN value IS 59 (23.44% from 255) = 71.08%
BLUE value IS 19 (7.81% from 255) = 22.89%
R=6.02%
G=71.08%
B=22.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal559190.9200.680.77135.5684.3812.55
Hex53B135C0444D8854d
Octal57323134010411521012415
Binary1011110111001110111000100010010011011000100010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,59,19); }

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

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

 a { background-color: rgb(5,59,19); }

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

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

 span { border-color: rgb(5,59,19); }

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