Html Css Color HEX #03520A Myrtle

📋 copy color: '#03520A'

red 3 ◦ green 82 ◦ blue 10

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

Shades of Myrtle #03520A

Tints of Myrtle #03520A

RGB

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

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

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

R = 3.16%
G = 86.32%
B = 10.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#03520A (or 0x03520A) is known color: Myrtle. HEX triplet: 03, 52 and 0A. RGB value is (3,82,10). Sum of RGB (Red+Green+Blue) = 3+82+10=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 82 (32.42% from 255 or 86.32% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 82 - color contains mainly: green. Hex color #03520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03520A is #FCADF5. Grayscale: #323232. Windows color (decimal): -16559606 or 676355. OLE color: 676355.

HSL color Cylindrical-coordinate representation of color #03520A: hue angle of 125.32º 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 #03520A is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 82 10 -
CMYK 0.96 0 0.88 0.68
HSL 125.32º 0.93% 0.17% -
HSV(B) 125.32º 0.96% 0.32% -
XYZ 3.11 6.08 1.3 -
YUV 50.17 105.33 94.35 -
System Red Green Blue C M Y K H S L
Decimal 3 82 10 0.96 0 0.88 0.68 125.32 0.93 0.17
Hex 3 52 A 60 0 58 44 7D 5D 11
Octal 3 122 12 140 0 130 104 175 135 21
Binary 11 1010010 1010 1100000 0 1011000 1000100 1111101 1011101 10001

Color Harmonies of #03520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03520A

Black with #03520A

Text Example


Text Example

White with #03520A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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