#054716

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

Shades of Deep Fir #054716

Tints of Deep Fir #054716

Color information

#054716 (or 0x054716) is unknown color: approx Deep Fir. HEX triplet: 05, 47 and 16. RGB value is (5,71,22). Sum of RGB (Red+Green+Blue) = 5+71+22=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 71 (28.12% from 255 or 72.45% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 71 - color contains mainly: green. Hex color #054716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054716 is #FAB8E9. Grayscale: #2D2D2D. Windows color (decimal): -16431338 or 1459973. OLE color: 1459973.

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

Color convert

RGB57122-
CMYK0.9300.690.72
HSL135.45º86.84%14.9%-
HSV(B)135.45º92.96%27.84%-
XYZ2.464.61.52-
YUV45.68114.6398.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 71 (28.12% from 255) = 72.45%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=5.10%
G=72.45%
B=22.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal571220.9300.690.72135.4586.8414.9
Hex547165D045488757f
Octal510726135010511020712717
Binary10110001111011010111010100010110010001000011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054716; }

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

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

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

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

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

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

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

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