#054410

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

Shades of Deep Fir #054410

Tints of Deep Fir #054410

Color information

#054410 (or 0x054410) is unknown color: approx Deep Fir. HEX triplet: 05, 44 and 10. RGB value is (5,68,16). Sum of RGB (Red+Green+Blue) = 5+68+16=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 68 (26.95% from 255 or 76.40% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 68 - color contains mainly: green. Hex color #054410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054410 is #FABBEF. Grayscale: #2B2B2B. Windows color (decimal): -16432112 or 1065989. OLE color: 1065989.

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

Color convert

RGB56816-
CMYK0.9300.760.73
HSL130.48º86.3%14.31%-
HSV(B)130.48º92.65%26.67%-
XYZ2.224.21.18-
YUV43.23112.63100.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 68 (26.95% from 255) = 76.40%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=5.62%
G=76.40%
B=17.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568160.9300.760.73130.4886.314.31
Hex544105D04C498256e
Octal510420135011411120212616
Binary10110001001000010111010100110010010011000001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054410; }

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

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

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

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

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

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

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

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