#054416

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

Shades of Deep Fir #054416

Tints of Deep Fir #054416

Color information

#054416 (or 0x054416) is unknown color: approx Deep Fir. HEX triplet: 05, 44 and 16. RGB value is (5,68,22). Sum of RGB (Red+Green+Blue) = 5+68+22=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #054416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054416 is #FABBE9. Grayscale: #2C2C2C. Windows color (decimal): -16432106 or 1459205. OLE color: 1459205.

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

Color convert

RGB56822-
CMYK0.9300.680.73
HSL136.19º86.3%14.31%-
HSV(B)136.19º92.65%26.67%-
XYZ2.274.221.45-
YUV43.92115.63100.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 68 (26.95% from 255) = 71.58%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=5.26%
G=71.58%
B=23.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568220.9300.680.73136.1986.314.31
Hex544165D044498856e
Octal510426135010411121012616
Binary10110001001011010111010100010010010011000100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054416; }

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

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

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

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

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

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

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

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