#054112

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

Shades of Deep Fir #054112

Tints of Deep Fir #054112

Color information

#054112 (or 0x054112) is unknown color: approx Deep Fir. HEX triplet: 05, 41 and 12. RGB value is (5,65,18). Sum of RGB (Red+Green+Blue) = 5+65+18=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 65 (25.78% from 255 or 73.86% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 65 - color contains mainly: green. Hex color #054112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054112 is #FABEED. Grayscale: #292929. Windows color (decimal): -16432878 or 1196293. OLE color: 1196293.

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

Color convert

RGB56518-
CMYK0.9200.720.75
HSL133º85.71%13.73%-
HSV(B)133º92.31%25.49%-
XYZ2.063.861.21-
YUV41.7114.62101.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 65 (25.78% from 255) = 73.86%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=5.68%
G=73.86%
B=20.45%

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
Decimal565180.9200.720.7513385.7113.73
Hex541125C0484B8556e
Octal510122134011011320512616
Binary10110000011001010111000100100010010111000010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054112; }

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

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

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

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

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

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

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

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