#053514

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

Shades of Deep Fir #053514

Tints of Deep Fir #053514

Color information

#053514 (or 0x053514) is unknown color: approx Deep Fir. HEX triplet: 05, 35 and 14. RGB value is (5,53,20). Sum of RGB (Red+Green+Blue) = 5+53+20=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 53 (21.09% from 255 or 67.95% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 53 - color contains mainly: green. Hex color #053514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053514 is #FACAEB. Grayscale: #222222. Windows color (decimal): -16435948 or 1324293. OLE color: 1324293.

HSL color Cylindrical-coordinate representation of color #053514: hue angle of 138.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053514 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB55320-
CMYK0.9100.620.79
HSL138.75º82.76%11.37%-
HSV(B)138.75º90.57%20.78%-
XYZ1.462.631.09-
YUV34.89119.6106.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 53 (21.09% from 255) = 67.95%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=6.41%
G=67.95%
B=25.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553200.9100.620.79138.7582.7611.37
Hex535145B03E4F8b53b
Octal5652413307611721312313
Binary101110101101001011011011111010011111000101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053514; }

 p { color: rgb(5,53,20); }

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

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

 a { background-color: rgb(5,53,20); }

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

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

 span { border-color: rgb(5,53,20); }

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