#054313

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

Shades of Deep Fir #054313

Tints of Deep Fir #054313

Color information

#054313 (or 0x054313) is unknown color: approx Deep Fir. HEX triplet: 05, 43 and 13. RGB value is (5,67,19). Sum of RGB (Red+Green+Blue) = 5+67+19=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 67 (26.56% from 255 or 73.63% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 67 - color contains mainly: green. Hex color #054313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054313 is #FABCEC. Grayscale: #2B2B2B. Windows color (decimal): -16432365 or 1262341. OLE color: 1262341.

HSL color Cylindrical-coordinate representation of color #054313: hue angle of 133.55º 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 #054313 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB56719-
CMYK0.9300.720.74
HSL133.55º86.11%14.12%-
HSV(B)133.55º92.54%26.27%-
XYZ2.194.091.29-
YUV42.99114.46100.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 67 (26.56% from 255) = 73.63%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=5.49%
G=73.63%
B=20.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567190.9300.720.74133.5586.1114.12
Hex543135D0484A8656e
Octal510323135011011220612616
Binary10110000111001110111010100100010010101000011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054313; }

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

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

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

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

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

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

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

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