#064118

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

Shades of Deep Fir #064118

Tints of Deep Fir #064118

Color information

#064118 (or 0x064118) is unknown color: approx Deep Fir. HEX triplet: 06, 41 and 18. RGB value is (6,65,24). Sum of RGB (Red+Green+Blue) = 6+65+24=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #064118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064118 is #F9BEE7. Grayscale: #2A2A2A. Windows color (decimal): -16367336 or 1589510. OLE color: 1589510.

HSL color Cylindrical-coordinate representation of color #064118: hue angle of 138.31º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064118 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB66524-
CMYK0.9100.630.75
HSL138.31º83.1%13.92%-
HSV(B)138.31º90.77%25.49%-
XYZ2.133.891.5-
YUV42.68117.45101.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 65 (25.78% from 255) = 68.42%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=6.32%
G=68.42%
B=25.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665240.9100.630.75138.3183.113.92
Hex641185B03F4B8a53e
Octal61013013307711321212316
Binary1101000001110001011011011111110010111000101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064118; }

 p { color: rgb(6,65,24); }

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

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

 a { background-color: rgb(6,65,24); }

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

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

 span { border-color: rgb(6,65,24); }

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