#054611

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

Shades of Deep Fir #054611

Tints of Deep Fir #054611

Color information

#054611 (or 0x054611) is unknown color: approx Deep Fir. HEX triplet: 05, 46 and 11. RGB value is (5,70,17). Sum of RGB (Red+Green+Blue) = 5+70+17=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 70 (27.73% from 255 or 76.09% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 70 - color contains mainly: green. Hex color #054611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054611 is #FAB9EE. Grayscale: #2C2C2C. Windows color (decimal): -16431599 or 1132037. OLE color: 1132037.

HSL color Cylindrical-coordinate representation of color #054611: hue angle of 131.08º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054611 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB57017-
CMYK0.9300.760.73
HSL131.08º86.67%14.71%-
HSV(B)131.08º92.86%27.45%-
XYZ2.354.451.27-
YUV44.52112.4799.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 70 (27.73% from 255) = 76.09%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=5.43%
G=76.09%
B=18.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570170.9300.760.73131.0886.6714.71
Hex546115D04C498357f
Octal510621135011411120312717
Binary10110001101000110111010100110010010011000001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054611; }

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

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

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

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

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

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

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

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