#054413

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

Shades of Deep Fir #054413

Tints of Deep Fir #054413

Color information

#054413 (or 0x054413) is unknown color: approx Deep Fir. HEX triplet: 05, 44 and 13. RGB value is (5,68,19). Sum of RGB (Red+Green+Blue) = 5+68+19=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 68 (26.95% from 255 or 73.91% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 68 - color contains mainly: green. Hex color #054413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054413 is #FABBEC. Grayscale: #2B2B2B. Windows color (decimal): -16432109 or 1262597. OLE color: 1262597.

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

Color convert

RGB56819-
CMYK0.9300.720.73
HSL133.33º86.3%14.31%-
HSV(B)133.33º92.65%26.67%-
XYZ2.254.211.31-
YUV43.58114.13100.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 68 (26.95% from 255) = 73.91%
BLUE value IS 19 (7.81% from 255) = 20.65%
R=5.43%
G=73.91%
B=20.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568190.9300.720.73133.3386.314.31
Hex544135D048498556e
Octal510423135011011120512616
Binary10110001001001110111010100100010010011000010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054413; }

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

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

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

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

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

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

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

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