#053011

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

Shades of Deep Fir #053011

Tints of Deep Fir #053011

Color information

#053011 (or 0x053011) is unknown color: approx Deep Fir. HEX triplet: 05, 30 and 11. RGB value is (5,48,17). Sum of RGB (Red+Green+Blue) = 5+48+17=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 48 (19.14% from 255 or 68.57% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 48 - color contains mainly: green. Hex color #053011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053011 is #FACFEE. Grayscale: #1F1F1F. Windows color (decimal): -16437231 or 1126405. OLE color: 1126405.

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

Color convert

RGB54817-
CMYK0.9000.650.81
HSL136.74º81.13%10.39%-
HSV(B)136.74º89.58%18.82%-
XYZ1.222.190.89-
YUV31.61119.75109.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 48 (19.14% from 255) = 68.57%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=7.14%
G=68.57%
B=24.29%

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
Decimal548170.9000.650.81136.7481.1310.39
Hex530115A041518951a
Octal56021132010112121112112
Binary1011100001000110110100100000110100011000100110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053011; }

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

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

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

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

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

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

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

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