#064312

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

Shades of Deep Fir #064312

Tints of Deep Fir #064312

Color information

#064312 (or 0x064312) is unknown color: approx Deep Fir. HEX triplet: 06, 43 and 12. RGB value is (6,67,18). Sum of RGB (Red+Green+Blue) = 6+67+18=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 67 (26.56% from 255 or 73.63% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 67 - color contains mainly: green. Hex color #064312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064312 is #F9BCED. Grayscale: #2B2B2B. Windows color (decimal): -16366830 or 1196806. OLE color: 1196806.

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

Color convert

RGB66718-
CMYK0.9100.730.74
HSL131.8º83.56%14.31%-
HSV(B)131.8º91.04%26.27%-
XYZ2.194.11.25-
YUV43.18113.79101.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 67 (26.56% from 255) = 73.63%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=6.59%
G=73.63%
B=19.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667180.9100.730.74131.883.5614.31
Hex643125B0494A8454e
Octal610322133011111220412416
Binary11010000111001010110110100100110010101000010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064312; }

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

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

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

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

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

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

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

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