Html Css Color HEX #13520A Myrtle

📋 copy color: '#13520A'

red 19 ◦ green 82 ◦ blue 10

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

Shades of Myrtle #13520A

Tints of Myrtle #13520A

RGB

 RED value IS 19 (7.81% from 255) = 17.12%

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

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

R = 17.12%
G = 73.87%
B = 9.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#13520A (or 0x13520A) is known color: Myrtle. HEX triplet: 13, 52 and 0A. RGB value is (19,82,10). Sum of RGB (Red+Green+Blue) = 19+82+10=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 82 (32.42% from 255 or 73.87% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 82 - color contains mainly: green. Hex color #13520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13520A is #ECADF5. Grayscale: #373737. Windows color (decimal): -15511030 or 676371. OLE color: 676371.

HSL color Cylindrical-coordinate representation of color #13520A: hue angle of 112.5º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13520A is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 10 -
CMYK 0.77 0 0.88 0.68
HSL 112.5º 0.78% 0.18% -
HSV(B) 112.5º 0.88% 0.32% -
XYZ 3.34 6.19 1.31 -
YUV 54.96 102.63 102.35 -
System Red Green Blue C M Y K H S L
Decimal 19 82 10 0.77 0 0.88 0.68 112.5 0.78 0.18
Hex 13 52 A 4D 0 58 44 70 4E 12
Octal 23 122 12 115 0 130 104 160 116 22
Binary 10011 1010010 1010 1001101 0 1011000 1000100 1110000 1001110 10010

Color Harmonies of #13520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13520A

Black with #13520A

Text Example


Text Example

White with #13520A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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