Html Css Color HEX #064004 Myrtle

📋 copy color: '#064004'

red 6 ◦ green 64 ◦ blue 4

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

Shades of Myrtle #064004

Tints of Myrtle #064004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 86.49%

 BLUE value IS 4 (1.95% from 255) = 5.41%

R = 8.11%
G = 86.49%
B = 5.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#064004 (or 0x064004) is known color: Myrtle. HEX triplet: 06, 40 and 04. RGB value is (6,64,4). Sum of RGB (Red+Green+Blue) = 6+64+4=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 64 (25.39% from 255 or 86.49% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 64 - color contains mainly: green. Hex color #064004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064004 is #F9BFFB. Grayscale: #272727. Windows color (decimal): -16367612 or 278534. OLE color: 278534.

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

Color convert

RGB 6 64 4 -
CMYK 0.91 0 0.94 0.75
HSL 118º 0.88% 0.13% -
HSV(B) 118º 0.94% 0.25% -
XYZ 1.93 3.71 0.73 -
YUV 39.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 6 64 4 0.91 0 0.94 0.75 118 0.88 0.13
Hex 6 40 4 5B 0 5E 4B 76 58 D
Octal 6 100 4 133 0 136 113 166 130 15
Binary 110 1000000 100 1011011 0 1011110 1001011 1110110 1011000 1101

Color Harmonies of #064004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064004

Black with #064004

Text Example


Text Example

White with #064004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064004; }

 p { color: rgb(6,64,4); }

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

background-color css

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

 a { background-color: rgb(6,64,4); }

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

border-color css

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

 span { border-color: rgb(6,64,4); }

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