#064613

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

Shades of Deep Fir #064613

Tints of Deep Fir #064613

Color information

#064613 (or 0x064613) is unknown color: approx Deep Fir. HEX triplet: 06, 46 and 13. RGB value is (6,70,19). Sum of RGB (Red+Green+Blue) = 6+70+19=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 70 (27.73% from 255 or 73.68% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 70 - color contains mainly: green. Hex color #064613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064613 is #F9B9EC. Grayscale: #2D2D2D. Windows color (decimal): -16366061 or 1263110. OLE color: 1263110.

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

Color convert

RGB67019-
CMYK0.9100.730.73
HSL132.19º84.21%14.9%-
HSV(B)132.19º91.43%27.45%-
XYZ2.384.471.35-
YUV45.05113.3100.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 70 (27.73% from 255) = 73.68%
BLUE value IS 19 (7.81% from 255) = 20%
R=6.32%
G=73.68%
B=20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670190.9100.730.73132.1984.2114.9
Hex646135B049498454f
Octal610623133011111120412417
Binary11010001101001110110110100100110010011000010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064613; }

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

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

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

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

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

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

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

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