#054612

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

Shades of Deep Fir #054612

Tints of Deep Fir #054612

Color information

#054612 (or 0x054612) is unknown color: approx Deep Fir. HEX triplet: 05, 46 and 12. RGB value is (5,70,18). Sum of RGB (Red+Green+Blue) = 5+70+18=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 70 (27.73% from 255 or 75.27% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 70 - color contains mainly: green. Hex color #054612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054612 is #FAB9ED. Grayscale: #2C2C2C. Windows color (decimal): -16431598 or 1197573. OLE color: 1197573.

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

Color convert

RGB57018-
CMYK0.9300.740.73
HSL132º86.67%14.71%-
HSV(B)132º92.86%27.45%-
XYZ2.364.461.31-
YUV44.64112.9799.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 70 (27.73% from 255) = 75.27%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=5.38%
G=75.27%
B=19.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570180.9300.740.7313286.6714.71
Hex546125D04A498457f
Octal510622135011211120412717
Binary10110001101001010111010100101010010011000010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054612; }

 p { color: rgb(5,70,18); }

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

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

 a { background-color: rgb(5,70,18); }

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

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

 span { border-color: rgb(5,70,18); }

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