Html Css Color HEX #116013 Myrtle

📋 copy color: '#116013'

red 17 ◦ green 96 ◦ blue 19

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

Shades of Myrtle #116013

Tints of Myrtle #116013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 72.73%

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

R = 12.88%
G = 72.73%
B = 14.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#116013 (or 0x116013) is known color: Myrtle. HEX triplet: 11, 60 and 13. RGB value is (17,96,19). Sum of RGB (Red+Green+Blue) = 17+96+19=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #116013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116013 is #EE9FEC. Grayscale: #3F3F3F. Windows color (decimal): -15638509 or 1269777. OLE color: 1269777.

HSL color Cylindrical-coordinate representation of color #116013: hue angle of 121.52º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116013 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 96 19 -
CMYK 0.82 0 0.80 0.62
HSL 121.52º 0.7% 0.22% -
HSV(B) 121.52º 0.82% 0.38% -
XYZ 4.53 8.53 2.02 -
YUV 63.6 102.83 94.76 -
System Red Green Blue C M Y K H S L
Decimal 17 96 19 0.82 0 0.80 0.62 121.52 0.7 0.22
Hex 11 60 13 52 0 50 3E 7A 46 16
Octal 21 140 23 122 0 120 76 172 106 26
Binary 10001 1100000 10011 1010010 0 1010000 111110 1111010 1000110 10110

Color Harmonies of #116013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116013

Black with #116013

Text Example


Text Example

White with #116013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116013; }

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

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

background-color css

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

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

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

border-color css

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

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

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