#054511

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

Shades of Deep Fir #054511

Tints of Deep Fir #054511

Color information

#054511 (or 0x054511) is unknown color: approx Deep Fir. HEX triplet: 05, 45 and 11. RGB value is (5,69,17). Sum of RGB (Red+Green+Blue) = 5+69+17=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 69 (27.34% from 255 or 75.82% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 69 - color contains mainly: green. Hex color #054511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054511 is #FABAEE. Grayscale: #2C2C2C. Windows color (decimal): -16431855 or 1131781. OLE color: 1131781.

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

Color convert

RGB56917-
CMYK0.9300.750.73
HSL131.25º86.49%14.51%-
HSV(B)131.25º92.75%27.06%-
XYZ2.294.331.25-
YUV43.94112.8100.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 69 (27.34% from 255) = 75.82%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=5.49%
G=75.82%
B=18.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569170.9300.750.73131.2586.4914.51
Hex545115D04B498356f
Octal510521135011311120312617
Binary10110001011000110111010100101110010011000001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054511; }

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

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

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

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

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

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

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

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