#053310

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

Shades of Deep Fir #053310

Tints of Deep Fir #053310

Color information

#053310 (or 0x053310) is unknown color: approx Deep Fir. HEX triplet: 05, 33 and 10. RGB value is (5,51,16). Sum of RGB (Red+Green+Blue) = 5+51+16=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #053310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053310 is #FACCEF. Grayscale: #212121. Windows color (decimal): -16436464 or 1061637. OLE color: 1061637.

HSL color Cylindrical-coordinate representation of color #053310: hue angle of 134.35º 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 #053310 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB55116-
CMYK0.9000.690.8
HSL134.35º82.14%10.98%-
HSV(B)134.35º90.2%20%-
XYZ1.342.440.89-
YUV33.26118.26107.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 51 (20.31% from 255) = 70.83%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=6.94%
G=70.83%
B=22.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551160.9000.690.8134.3582.1410.98
Hex533105A045508652b
Octal56320132010512020612213
Binary1011100111000010110100100010110100001000011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053310; }

 p { color: rgb(5,51,16); }

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

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

 a { background-color: rgb(5,51,16); }

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

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

 span { border-color: rgb(5,51,16); }

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