Html Css Color HEX #03520B Myrtle

📋 copy color: '#03520B'

red 3 ◦ green 82 ◦ blue 11

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

Shades of Myrtle #03520B

Tints of Myrtle #03520B

RGB

 RED value IS 3 (1.56% from 255) = 3.13%

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

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

R = 3.13%
G = 85.42%
B = 11.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#03520B (or 0x03520B) is known color: Myrtle. HEX triplet: 03, 52 and 0B. RGB value is (3,82,11). Sum of RGB (Red+Green+Blue) = 3+82+11=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 82 (32.42% from 255 or 85.42% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 82 - color contains mainly: green. Hex color #03520B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03520B is #FCADF4. Grayscale: #323232. Windows color (decimal): -16559605 or 741891. OLE color: 741891.

HSL color Cylindrical-coordinate representation of color #03520B: hue angle of 126.08º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03520B is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 82 11 -
CMYK 0.96 0 0.87 0.68
HSL 126.08º 0.93% 0.17% -
HSV(B) 126.08º 0.96% 0.32% -
XYZ 3.12 6.08 1.33 -
YUV 50.29 105.83 94.27 -
System Red Green Blue C M Y K H S L
Decimal 3 82 11 0.96 0 0.87 0.68 126.08 0.93 0.17
Hex 3 52 B 60 0 57 44 7E 5D 11
Octal 3 122 13 140 0 127 104 176 135 21
Binary 11 1010010 1011 1100000 0 1010111 1000100 1111110 1011101 10001

Color Harmonies of #03520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03520B

Black with #03520B

Text Example


Text Example

White with #03520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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