#054516

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

Shades of Deep Fir #054516

Tints of Deep Fir #054516

Color information

#054516 (or 0x054516) is unknown color: approx Deep Fir. HEX triplet: 05, 45 and 16. RGB value is (5,69,22). Sum of RGB (Red+Green+Blue) = 5+69+22=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 69 (27.34% from 255 or 71.88% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 69 - color contains mainly: green. Hex color #054516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054516 is #FABAE9. Grayscale: #2C2C2C. Windows color (decimal): -16431850 or 1459461. OLE color: 1459461.

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

Color convert

RGB56922-
CMYK0.9300.680.73
HSL135.94º86.49%14.51%-
HSV(B)135.94º92.75%27.06%-
XYZ2.344.351.47-
YUV44.51115.399.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 69 (27.34% from 255) = 71.88%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=5.21%
G=71.88%
B=22.92%

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
Decimal569220.9300.680.73135.9486.4914.51
Hex545165D044498856f
Octal510526135010411121012617
Binary10110001011011010111010100010010010011000100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054516; }

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

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

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

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

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

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

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

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