Html Css Color HEX #115213 Myrtle

📋 copy color: '#115213'

red 17 ◦ green 82 ◦ blue 19

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

Shades of Myrtle #115213

Tints of Myrtle #115213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 14.41%
G = 69.49%
B = 16.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#115213 (or 0x115213) is known color: Myrtle. HEX triplet: 11, 52 and 13. RGB value is (17,82,19). Sum of RGB (Red+Green+Blue) = 17+82+19=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 82 (32.42% from 255 or 69.49% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 82 - color contains mainly: green. Hex color #115213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115213 is #EEADEC. Grayscale: #373737. Windows color (decimal): -15642093 or 1266193. OLE color: 1266193.

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

Color convert

RGB 17 82 19 -
CMYK 0.79 0 0.77 0.68
HSL 121.85º 0.66% 0.19% -
HSV(B) 121.85º 0.79% 0.32% -
XYZ 3.37 6.2 1.64 -
YUV 55.38 107.47 100.62 -
System Red Green Blue C M Y K H S L
Decimal 17 82 19 0.79 0 0.77 0.68 121.85 0.66 0.19
Hex 11 52 13 4F 0 4D 44 7A 42 13
Octal 21 122 23 117 0 115 104 172 102 23
Binary 10001 1010010 10011 1001111 0 1001101 1000100 1111010 1000010 10011

Color Harmonies of #115213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115213

Black with #115213

Text Example


Text Example

White with #115213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115213; }

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

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

background-color css

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

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

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

border-color css

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

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

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