Html Css Color HEX #11520A Myrtle

📋 copy color: '#11520A'

red 17 ◦ green 82 ◦ blue 10

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

Shades of Myrtle #11520A

Tints of Myrtle #11520A

RGB

 RED value IS 17 (7.03% from 255) = 15.6%

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

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

R = 15.6%
G = 75.23%
B = 9.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#11520A (or 0x11520A) is known color: Myrtle. HEX triplet: 11, 52 and 0A. RGB value is (17,82,10). Sum of RGB (Red+Green+Blue) = 17+82+10=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #11520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11520A is #EEADF5. Grayscale: #363636. Windows color (decimal): -15642102 or 676369. OLE color: 676369.

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

Color convert

RGB 17 82 10 -
CMYK 0.79 0 0.88 0.68
HSL 114.17º 0.78% 0.18% -
HSV(B) 114.17º 0.88% 0.32% -
XYZ 3.3 6.18 1.31 -
YUV 54.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 17 82 10 0.79 0 0.88 0.68 114.17 0.78 0.18
Hex 11 52 A 4F 0 58 44 72 4E 12
Octal 21 122 12 117 0 130 104 162 116 22
Binary 10001 1010010 1010 1001111 0 1011000 1000100 1110010 1001110 10010

Color Harmonies of #11520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11520A

Black with #11520A

Text Example


Text Example

White with #11520A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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