#064913

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

Shades of Deep Fir #064913

Tints of Deep Fir #064913

Color information

#064913 (or 0x064913) is unknown color: approx Deep Fir. HEX triplet: 06, 49 and 13. RGB value is (6,73,19). Sum of RGB (Red+Green+Blue) = 6+73+19=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 73 (28.91% from 255 or 74.49% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 73 - color contains mainly: green. Hex color #064913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064913 is #F9B6EC. Grayscale: #2E2E2E. Windows color (decimal): -16365293 or 1263878. OLE color: 1263878.

HSL color Cylindrical-coordinate representation of color #064913: hue angle of 131.64º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064913 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB67319-
CMYK0.9200.740.71
HSL131.64º84.81%15.49%-
HSV(B)131.64º91.78%28.63%-
XYZ2.584.851.42-
YUV46.81112.398.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 73 (28.91% from 255) = 74.49%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=6.12%
G=74.49%
B=19.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673190.9200.740.71131.6484.8115.49
Hex649135C04A478455f
Octal611123134011210720412517
Binary11010010011001110111000100101010001111000010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064913; }

 p { color: rgb(6,73,19); }

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

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

 a { background-color: rgb(6,73,19); }

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

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

 span { border-color: rgb(6,73,19); }

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