#064813

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

Shades of Deep Fir #064813

Tints of Deep Fir #064813

Color information

#064813 (or 0x064813) is unknown color: approx Deep Fir. HEX triplet: 06, 48 and 13. RGB value is (6,72,19). Sum of RGB (Red+Green+Blue) = 6+72+19=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 72 (28.52% from 255 or 74.23% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 72 - color contains mainly: green. Hex color #064813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064813 is #F9B7EC. Grayscale: #2E2E2E. Windows color (decimal): -16365549 or 1263622. OLE color: 1263622.

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

Color convert

RGB67219-
CMYK0.9200.740.72
HSL131.82º84.62%15.29%-
HSV(B)131.82º91.67%28.24%-
XYZ2.514.721.39-
YUV46.22112.6399.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 72 (28.52% from 255) = 74.23%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=6.19%
G=74.23%
B=19.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672190.9200.740.72131.8284.6215.29
Hex648135C04A488455f
Octal611023134011211020412517
Binary11010010001001110111000100101010010001000010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064813; }

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

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

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

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

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

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

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

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