Html Css Color HEX #04520B Myrtle

📋 copy color: '#04520B'

red 4 ◦ green 82 ◦ blue 11

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

Shades of Myrtle #04520B

Tints of Myrtle #04520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.34%

R = 4.12%
G = 84.54%
B = 11.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#04520B (or 0x04520B) is known color: Myrtle. HEX triplet: 04, 52 and 0B. RGB value is (4,82,11). Sum of RGB (Red+Green+Blue) = 4+82+11=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 82 (32.42% from 255 or 84.54% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 82 - color contains mainly: green. Hex color #04520B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04520B is #FBADF4. Grayscale: #323232. Windows color (decimal): -16494069 or 741892. OLE color: 741892.

HSL color Cylindrical-coordinate representation of color #04520B: hue angle of 125.38º 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 #04520B is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 11 -
CMYK 0.95 0 0.87 0.68
HSL 125.38º 0.91% 0.17% -
HSV(B) 125.38º 0.95% 0.32% -
XYZ 3.13 6.08 1.33 -
YUV 50.58 105.66 94.77 -
System Red Green Blue C M Y K H S L
Decimal 4 82 11 0.95 0 0.87 0.68 125.38 0.91 0.17
Hex 4 52 B 5F 0 57 44 7D 5B 11
Octal 4 122 13 137 0 127 104 175 133 21
Binary 100 1010010 1011 1011111 0 1010111 1000100 1111101 1011011 10001

Color Harmonies of #04520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04520B

Black with #04520B

Text Example


Text Example

White with #04520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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