#054616

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

Shades of Deep Fir #054616

Tints of Deep Fir #054616

Color information

#054616 (or 0x054616) is unknown color: approx Deep Fir. HEX triplet: 05, 46 and 16. RGB value is (5,70,22). Sum of RGB (Red+Green+Blue) = 5+70+22=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 70 (27.73% from 255 or 72.16% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 70 - color contains mainly: green. Hex color #054616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054616 is #FAB9E9. Grayscale: #2D2D2D. Windows color (decimal): -16431594 or 1459717. OLE color: 1459717.

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

Color convert

RGB57022-
CMYK0.9300.690.73
HSL135.69º86.67%14.71%-
HSV(B)135.69º92.86%27.45%-
XYZ2.44.471.5-
YUV45.09114.9799.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 70 (27.73% from 255) = 72.16%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=5.15%
G=72.16%
B=22.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570220.9300.690.73135.6986.6714.71
Hex546165D045498857f
Octal510626135010511121012717
Binary10110001101011010111010100010110010011000100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054616; }

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

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

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

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

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

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

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

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