Html Css Color HEX #064818 Deep Fir

📋 copy color: '#064818'

red 6 ◦ green 72 ◦ blue 24

#064818
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #064818

Tints of Deep Fir #064818

RGB

 RED value IS 6 (2.73% from 255) = 5.88%

 GREEN value IS 72 (28.52% from 255) = 70.59%

 BLUE value IS 24 (9.77% from 255) = 23.53%

R = 5.88%
G = 70.59%
B = 23.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#064818 (or 0x064818) is known color: Deep Fir. HEX triplet: 06, 48 and 18. RGB value is (6,72,24). Sum of RGB (Red+Green+Blue) = 6+72+24=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #064818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064818 is #F9B7E7. Grayscale: #2E2E2E. Windows color (decimal): -16365544 or 1591302. OLE color: 1591302.

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

Color convert

RGB 6 72 24 -
CMYK 0.92 0 0.67 0.72
HSL 136.36º 0.85% 0.15% -
HSV(B) 136.36º 0.92% 0.28% -
XYZ 2.56 4.74 1.64 -
YUV 46.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 6 72 24 0.92 0 0.67 0.72 136.36 0.85 0.15
Hex 6 48 18 5C 0 43 48 88 55 F
Octal 6 110 30 134 0 103 110 210 125 17
Binary 110 1001000 11000 1011100 0 1000011 1001000 10001000 1010101 1111

Color Harmonies of #064818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064818

Black with #064818

Text Example


Text Example

White with #064818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064818; }

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

 H1.HeaderClassName
 {
   color: #064818;
 }
 .AnyTagClassName
 {
   color: #064818;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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