Html Css Color HEX #03520C Myrtle

📋 copy color: '#03520C'

red 3 ◦ green 82 ◦ blue 12

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

Shades of Myrtle #03520C

Tints of Myrtle #03520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.37%

R = 3.09%
G = 84.54%
B = 12.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#03520C (or 0x03520C) is known color: Myrtle. HEX triplet: 03, 52 and 0C. RGB value is (3,82,12). Sum of RGB (Red+Green+Blue) = 3+82+12=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 82 (32.42% from 255 or 84.54% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 82 - color contains mainly: green. Hex color #03520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03520C is #FCADF3. Grayscale: #323232. Windows color (decimal): -16559604 or 807427. OLE color: 807427.

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

Color convert

RGB 3 82 12 -
CMYK 0.96 0 0.85 0.68
HSL 126.84º 0.93% 0.17% -
HSV(B) 126.84º 0.96% 0.32% -
XYZ 3.12 6.08 1.36 -
YUV 50.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 3 82 12 0.96 0 0.85 0.68 126.84 0.93 0.17
Hex 3 52 C 60 0 55 44 7F 5D 11
Octal 3 122 14 140 0 125 104 177 135 21
Binary 11 1010010 1100 1100000 0 1010101 1000100 1111111 1011101 10001

Color Harmonies of #03520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03520C

Black with #03520C

Text Example


Text Example

White with #03520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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