#053414

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

Shades of Deep Fir #053414

Tints of Deep Fir #053414

Color information

#053414 (or 0x053414) is unknown color: approx Deep Fir. HEX triplet: 05, 34 and 14. RGB value is (5,52,20). Sum of RGB (Red+Green+Blue) = 5+52+20=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 52 (20.70% from 255 or 67.53% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 52 - color contains mainly: green. Hex color #053414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053414 is #FACBEB. Grayscale: #222222. Windows color (decimal): -16436204 or 1324037. OLE color: 1324037.

HSL color Cylindrical-coordinate representation of color #053414: hue angle of 139.15º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053414 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB55220-
CMYK0.9000.620.80
HSL139.15º82.46%11.18%-
HSV(B)139.15º90.38%20.39%-
XYZ1.422.541.08-
YUV34.3119.93107.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 52 (20.70% from 255) = 67.53%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=6.49%
G=67.53%
B=25.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552200.9000.620.80139.1582.4611.18
Hex534145A03E508b52b
Octal5642413207612021312213
Binary101110100101001011010011111010100001000101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053414; }

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

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

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

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

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

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

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

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