#064A13

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

Shades of Deep Fir #064A13

Tints of Deep Fir #064A13

Color information

#064A13 (or 0x064A13) is unknown color: approx Deep Fir. HEX triplet: 06, 4A and 13. RGB value is (6,74,19). Sum of RGB (Red+Green+Blue) = 6+74+19=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 74 (29.30% from 255 or 74.75% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 74 - color contains mainly: green. Hex color #064A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064A13 is #F9B5EC. Grayscale: #2F2F2F. Windows color (decimal): -16365037 or 1264134. OLE color: 1264134.

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

Color convert

RGB67419-
CMYK0.9200.740.71
HSL131.47º85%15.69%-
HSV(B)131.47º91.89%29.02%-
XYZ2.644.981.44-
YUV47.4111.9798.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 74 (29.30% from 255) = 74.75%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=6.06%
G=74.75%
B=19.19%

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
Decimal674190.9200.740.71131.478515.69
Hex64A135C04A47835510
Octal611223134011210720312520
Binary110100101010011101110001001010100011110000011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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