#054312

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

Shades of Deep Fir #054312

Tints of Deep Fir #054312

Color information

#054312 (or 0x054312) is unknown color: approx Deep Fir. HEX triplet: 05, 43 and 12. RGB value is (5,67,18). Sum of RGB (Red+Green+Blue) = 5+67+18=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 67 (26.56% from 255 or 74.44% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 67 - color contains mainly: green. Hex color #054312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054312 is #FABCED. Grayscale: #2B2B2B. Windows color (decimal): -16432366 or 1196805. OLE color: 1196805.

HSL color Cylindrical-coordinate representation of color #054312: hue angle of 132.58º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054312 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB56718-
CMYK0.9300.730.74
HSL132.58º86.11%14.12%-
HSV(B)132.58º92.54%26.27%-
XYZ2.184.091.25-
YUV42.88113.96100.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 67 (26.56% from 255) = 74.44%
BLUE value IS 18 (7.42% from 255) = 20%
R=5.56%
G=74.44%
B=20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567180.9300.730.74132.5886.1114.12
Hex543125D0494A8556e
Octal510322135011111220512616
Binary10110000111001010111010100100110010101000010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054312; }

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

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

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

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

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

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

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

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