Html Css Color HEX #04520E Myrtle

📋 copy color: '#04520E'

red 4 ◦ green 82 ◦ blue 14

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

Shades of Myrtle #04520E

Tints of Myrtle #04520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 82%

 BLUE value IS 14 (5.86% from 255) = 14%

R = 4%
G = 82%
B = 14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#04520E (or 0x04520E) is known color: Myrtle. HEX triplet: 04, 52 and 0E. RGB value is (4,82,14). Sum of RGB (Red+Green+Blue) = 4+82+14=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 82 (32.42% from 255 or 82% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 82 - color contains mainly: green. Hex color #04520E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04520E is #FBADF1. Grayscale: #333333. Windows color (decimal): -16494066 or 938500. OLE color: 938500.

HSL color Cylindrical-coordinate representation of color #04520E: hue angle of 127.69º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04520E is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 14 -
CMYK 0.95 0 0.83 0.68
HSL 127.69º 0.91% 0.17% -
HSV(B) 127.69º 0.95% 0.32% -
XYZ 3.15 6.09 1.43 -
YUV 50.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 4 82 14 0.95 0 0.83 0.68 127.69 0.91 0.17
Hex 4 52 E 5F 0 53 44 80 5B 11
Octal 4 122 16 137 0 123 104 200 133 21
Binary 100 1010010 1110 1011111 0 1010011 1000100 10000000 1011011 10001

Color Harmonies of #04520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04520E

Black with #04520E

Text Example


Text Example

White with #04520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04520E; }

 p { color: rgb(4,82,14); }

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

background-color css

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

 a { background-color: rgb(4,82,14); }

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

border-color css

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

 span { border-color: rgb(4,82,14); }

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