#054016

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

Shades of Deep Fir #054016

Tints of Deep Fir #054016

Color information

#054016 (or 0x054016) is unknown color: approx Deep Fir. HEX triplet: 05, 40 and 16. RGB value is (5,64,22). Sum of RGB (Red+Green+Blue) = 5+64+22=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #054016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054016 is #FABFE9. Grayscale: #292929. Windows color (decimal): -16433130 or 1458181. OLE color: 1458181.

HSL color Cylindrical-coordinate representation of color #054016: hue angle of 137.29º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054016 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB56422-
CMYK0.9200.660.75
HSL137.29º85.51%13.53%-
HSV(B)137.29º92.19%25.1%-
XYZ2.043.761.38-
YUV41.57116.95101.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 64 (25.39% from 255) = 70.33%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=5.49%
G=70.33%
B=24.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564220.9200.660.75137.2985.5113.53
Hex540165C0424B8956e
Octal510026134010211321112616
Binary10110000001011010111000100001010010111000100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054016; }

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

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

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

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

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

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

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

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