#053111

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

Shades of Deep Fir #053111

Tints of Deep Fir #053111

Color information

#053111 (or 0x053111) is unknown color: approx Deep Fir. HEX triplet: 05, 31 and 11. RGB value is (5,49,17). Sum of RGB (Red+Green+Blue) = 5+49+17=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 49 (19.53% from 255 or 69.01% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 49 - color contains mainly: green. Hex color #053111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053111 is #FACEEE. Grayscale: #202020. Windows color (decimal): -16436975 or 1126661. OLE color: 1126661.

HSL color Cylindrical-coordinate representation of color #053111: hue angle of 136.36º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053111 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB54917-
CMYK0.9000.650.81
HSL136.36º81.48%10.59%-
HSV(B)136.36º89.8%19.22%-
XYZ1.262.270.9-
YUV32.2119.42108.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.04%
GREEN value IS 49 (19.53% from 255) = 69.01%
BLUE value IS 17 (7.03% from 255) = 23.94%
R=7.04%
G=69.01%
B=23.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549170.9000.650.81136.3681.4810.59
Hex531115A041518851b
Octal56121132010112121012113
Binary1011100011000110110100100000110100011000100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053111; }

 p { color: rgb(5,49,17); }

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

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

 a { background-color: rgb(5,49,17); }

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

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

 span { border-color: rgb(5,49,17); }

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