#054316

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

Shades of Deep Fir #054316

Tints of Deep Fir #054316

Color information

#054316 (or 0x054316) is unknown color: approx Deep Fir. HEX triplet: 05, 43 and 16. RGB value is (5,67,22). Sum of RGB (Red+Green+Blue) = 5+67+22=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 67 (26.56% from 255 or 71.28% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 67 - color contains mainly: green. Hex color #054316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054316 is #FABCE9. Grayscale: #2B2B2B. Windows color (decimal): -16432362 or 1458949. OLE color: 1458949.

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

Color convert

RGB56722-
CMYK0.9300.670.74
HSL136.45º86.11%14.12%-
HSV(B)136.45º92.54%26.27%-
XYZ2.214.11.43-
YUV43.33115.96100.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 67 (26.56% from 255) = 71.28%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=5.32%
G=71.28%
B=23.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567220.9300.670.74136.4586.1114.12
Hex543165D0434A8856e
Octal510326135010311221012616
Binary10110000111011010111010100001110010101000100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054316; }

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

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

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

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

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

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

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

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