Html Css Color HEX #04420A Myrtle

📋 copy color: '#04420A'

red 4 ◦ green 66 ◦ blue 10

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

Shades of Myrtle #04420A

Tints of Myrtle #04420A

RGB

 RED value IS 4 (1.95% from 255) = 5%

 GREEN value IS 66 (26.17% from 255) = 82.5%

 BLUE value IS 10 (4.3% from 255) = 12.5%

R = 5%
G = 82.5%
B = 12.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#04420A (or 0x04420A) is known color: Myrtle. HEX triplet: 04, 42 and 0A. RGB value is (4,66,10). Sum of RGB (Red+Green+Blue) = 4+66+10=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 66 (26.17% from 255 or 82.5% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 66 - color contains mainly: green. Hex color #04420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04420A is #FBBDF5. Grayscale: #292929. Windows color (decimal): -16498166 or 672260. OLE color: 672260.

HSL color Cylindrical-coordinate representation of color #04420A: hue angle of 125.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04420A is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 66 10 -
CMYK 0.94 0 0.85 0.74
HSL 125.81º 0.89% 0.14% -
HSV(B) 125.81º 0.94% 0.26% -
XYZ 2.05 3.94 0.94 -
YUV 41.08 110.46 101.55 -
System Red Green Blue C M Y K H S L
Decimal 4 66 10 0.94 0 0.85 0.74 125.81 0.89 0.14
Hex 4 42 A 5E 0 55 4A 7E 59 E
Octal 4 102 12 136 0 125 112 176 131 16
Binary 100 1000010 1010 1011110 0 1010101 1001010 1111110 1011001 1110

Color Harmonies of #04420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04420A

Black with #04420A

Text Example


Text Example

White with #04420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04420A; }

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

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

background-color css

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

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

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

border-color css

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

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

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