#053611

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

Shades of Deep Fir #053611

Tints of Deep Fir #053611

Color information

#053611 (or 0x053611) is unknown color: approx Deep Fir. HEX triplet: 05, 36 and 11. RGB value is (5,54,17). Sum of RGB (Red+Green+Blue) = 5+54+17=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 54 (21.48% from 255 or 71.05% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 54 - color contains mainly: green. Hex color #053611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053611 is #FAC9EE. Grayscale: #232323. Windows color (decimal): -16435695 or 1127941. OLE color: 1127941.

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

Color convert

RGB55417-
CMYK0.9100.690.79
HSL134.69º83.05%11.57%-
HSV(B)134.69º90.74%21.18%-
XYZ1.482.710.98-
YUV35.13117.77106.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 54 (21.48% from 255) = 71.05%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=6.58%
G=71.05%
B=22.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554170.9100.690.79134.6983.0511.57
Hex536115B0454F8753c
Octal56621133010511720712314
Binary1011101101000110110110100010110011111000011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053611; }

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

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

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

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

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

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

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

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