Html Css Color HEX #11520F Myrtle

📋 copy color: '#11520F'

red 17 ◦ green 82 ◦ blue 15

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

Shades of Myrtle #11520F

Tints of Myrtle #11520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.16%

R = 14.91%
G = 71.93%
B = 13.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#11520F (or 0x11520F) is known color: Myrtle. HEX triplet: 11, 52 and 0F. RGB value is (17,82,15). Sum of RGB (Red+Green+Blue) = 17+82+15=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #11520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11520F is #EEADF0. Grayscale: #373737. Windows color (decimal): -15642097 or 1004049. OLE color: 1004049.

HSL color Cylindrical-coordinate representation of color #11520F: hue angle of 118.21º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11520F is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 82 15 -
CMYK 0.79 0 0.82 0.68
HSL 118.21º 0.69% 0.19% -
HSV(B) 118.21º 0.82% 0.32% -
XYZ 3.33 6.19 1.47 -
YUV 54.93 105.47 100.95 -
System Red Green Blue C M Y K H S L
Decimal 17 82 15 0.79 0 0.82 0.68 118.21 0.69 0.19
Hex 11 52 F 4F 0 52 44 76 45 13
Octal 21 122 17 117 0 122 104 166 105 23
Binary 10001 1010010 1111 1001111 0 1010010 1000100 1110110 1000101 10011

Color Harmonies of #11520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11520F

Black with #11520F

Text Example


Text Example

White with #11520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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