#054012

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

Shades of Deep Fir #054012

Tints of Deep Fir #054012

Color information

#054012 (or 0x054012) is unknown color: approx Deep Fir. HEX triplet: 05, 40 and 12. RGB value is (5,64,18). Sum of RGB (Red+Green+Blue) = 5+64+18=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 64 (25.39% from 255 or 73.56% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 64 - color contains mainly: green. Hex color #054012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054012 is #FABFED. Grayscale: #292929. Windows color (decimal): -16433134 or 1196037. OLE color: 1196037.

HSL color Cylindrical-coordinate representation of color #054012: hue angle of 133.22º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054012 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB56418-
CMYK0.9200.720.75
HSL133.22º85.51%13.53%-
HSV(B)133.22º92.19%25.1%-
XYZ2.013.741.19-
YUV41.11114.95102.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 64 (25.39% from 255) = 73.56%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=5.75%
G=73.56%
B=20.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564180.9200.720.75133.2285.5113.53
Hex540125C0484B8556e
Octal510022134011011320512616
Binary10110000001001010111000100100010010111000010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054012; }

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

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

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

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

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

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

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

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