#054812

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

Shades of Deep Fir #054812

Tints of Deep Fir #054812

Color information

#054812 (or 0x054812) is unknown color: approx Deep Fir. HEX triplet: 05, 48 and 12. RGB value is (5,72,18). Sum of RGB (Red+Green+Blue) = 5+72+18=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 72 (28.52% from 255 or 75.79% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 72 - color contains mainly: green. Hex color #054812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054812 is #FAB7ED. Grayscale: #2D2D2D. Windows color (decimal): -16431086 or 1198085. OLE color: 1198085.

HSL color Cylindrical-coordinate representation of color #054812: hue angle of 131.64º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054812 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB57218-
CMYK0.9300.750.72
HSL131.64º87.01%15.1%-
HSV(B)131.64º93.06%28.24%-
XYZ2.494.711.35-
YUV45.81112.398.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 72 (28.52% from 255) = 75.79%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=5.26%
G=75.79%
B=18.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572180.9300.750.72131.6487.0115.1
Hex548125D04B488457f
Octal511022135011311020412717
Binary10110010001001010111010100101110010001000010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054812; }

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

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

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

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

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

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

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

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