#064918

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

Shades of Deep Fir #064918

Tints of Deep Fir #064918

Color information

#064918 (or 0x064918) is unknown color: approx Deep Fir. HEX triplet: 06, 49 and 18. RGB value is (6,73,24). Sum of RGB (Red+Green+Blue) = 6+73+24=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #064918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064918 is #F9B6E7. Grayscale: #2F2F2F. Windows color (decimal): -16365288 or 1591558. OLE color: 1591558.

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

Color convert

RGB67324-
CMYK0.9200.670.71
HSL136.12º84.81%15.49%-
HSV(B)136.12º91.78%28.63%-
XYZ2.624.871.67-
YUV47.38114.898.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 73 (28.91% from 255) = 70.87%
BLUE value IS 24 (9.77% from 255) = 23.30%
R=5.83%
G=70.87%
B=23.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673240.9200.670.71136.1284.8115.49
Hex649185C043478855f
Octal611130134010310721012517
Binary11010010011100010111000100001110001111000100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064918; }

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

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

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

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

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

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

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

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