#064811

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

Shades of Deep Fir #064811

Tints of Deep Fir #064811

Color information

#064811 (or 0x064811) is unknown color: approx Deep Fir. HEX triplet: 06, 48 and 11. RGB value is (6,72,17). Sum of RGB (Red+Green+Blue) = 6+72+17=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 72 (28.52% from 255 or 75.79% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 72 - color contains mainly: green. Hex color #064811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064811 is #F9B7EE. Grayscale: #2E2E2E. Windows color (decimal): -16365551 or 1132550. OLE color: 1132550.

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

Color convert

RGB67217-
CMYK0.9200.760.72
HSL130º84.62%15.29%-
HSV(B)130º91.67%28.24%-
XYZ2.494.711.31-
YUV46111.6399.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 72 (28.52% from 255) = 75.79%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=6.32%
G=75.79%
B=17.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672170.9200.760.7213084.6215.29
Hex648115C04C488255f
Octal611021134011411020212517
Binary11010010001000110111000100110010010001000001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064811; }

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

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

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

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

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

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

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

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