#054510

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

Shades of Deep Fir #054510

Tints of Deep Fir #054510

Color information

#054510 (or 0x054510) is unknown color: approx Deep Fir. HEX triplet: 05, 45 and 10. RGB value is (5,69,16). Sum of RGB (Red+Green+Blue) = 5+69+16=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 69 (27.34% from 255 or 76.67% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 69 - color contains mainly: green. Hex color #054510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054510 is #FABAEF. Grayscale: #2B2B2B. Windows color (decimal): -16431856 or 1066245. OLE color: 1066245.

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

Color convert

RGB56916-
CMYK0.9300.770.73
HSL130.31º86.49%14.51%-
HSV(B)130.31º92.75%27.06%-
XYZ2.284.331.2-
YUV43.82112.3100.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 69 (27.34% from 255) = 76.67%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=5.56%
G=76.67%
B=17.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569160.9300.770.73130.3186.4914.51
Hex545105D04D498256f
Octal510520135011511120212617
Binary10110001011000010111010100110110010011000001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054510; }

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

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

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

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

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

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

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

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