#064F13

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

Shades of Deep Fir #064F13

Tints of Deep Fir #064F13

Color information

#064F13 (or 0x064F13) is unknown color: approx Deep Fir. HEX triplet: 06, 4F and 13. RGB value is (6,79,19). Sum of RGB (Red+Green+Blue) = 6+79+19=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 79 (31.25% from 255 or 75.96% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 79 - color contains mainly: green. Hex color #064F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064F13 is #F9B0EC. Grayscale: #323232. Windows color (decimal): -16363757 or 1265414. OLE color: 1265414.

HSL color Cylindrical-coordinate representation of color #064F13: hue angle of 130.68º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064F13 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB67919-
CMYK0.9200.760.69
HSL130.68º85.88%16.67%-
HSV(B)130.68º92.41%30.98%-
XYZ2.995.681.55-
YUV50.33110.3296.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 79 (31.25% from 255) = 75.96%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=5.77%
G=75.96%
B=18.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679190.9200.760.69130.6885.8816.67
Hex64F135C04C45835611
Octal611723134011410520312621
Binary110100111110011101110001001100100010110000011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064F13; }

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

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

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

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

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

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

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

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