Html Css Color HEX #0A4004 Myrtle

📋 copy color: '#0A4004'

red 10 ◦ green 64 ◦ blue 4

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

Shades of Myrtle #0A4004

Tints of Myrtle #0A4004

RGB

 RED value IS 10 (4.3% from 255) = 12.82%

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

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

R = 12.82%
G = 82.05%
B = 5.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#0A4004 (or 0x0A4004) is known color: Myrtle. HEX triplet: 0A, 40 and 04. RGB value is (10,64,4). Sum of RGB (Red+Green+Blue) = 10+64+4=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 64 (25.39% from 255 or 82.05% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4004 is #F5BFFB. Grayscale: #292929. Windows color (decimal): -16105468 or 278538. OLE color: 278538.

HSL color Cylindrical-coordinate representation of color #0A4004: hue angle of 114º 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 #0A4004 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 64 4 -
CMYK 0.84 0 0.94 0.75
HSL 114º 0.88% 0.13% -
HSV(B) 114º 0.94% 0.25% -
XYZ 1.98 3.74 0.73 -
YUV 41.01 107.11 105.88 -
System Red Green Blue C M Y K H S L
Decimal 10 64 4 0.84 0 0.94 0.75 114 0.88 0.13
Hex A 40 4 54 0 5E 4B 72 58 D
Octal 12 100 4 124 0 136 113 162 130 15
Binary 1010 1000000 100 1010100 0 1011110 1001011 1110010 1011000 1101

Color Harmonies of #0A4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4004

Black with #0A4004

Text Example


Text Example

White with #0A4004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A4004; }

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

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

background-color css

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

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

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

border-color css

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

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

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