Html Css Color HEX #136011 Myrtle

📋 copy color: '#136011'

red 19 ◦ green 96 ◦ blue 17

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

Shades of Myrtle #136011

Tints of Myrtle #136011

RGB

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

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

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

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

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #136011: hue angle of 118.48º 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 #136011 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 17 -
CMYK 0.80 0 0.82 0.62
HSL 118.48º 0.7% 0.22% -
HSV(B) 118.48º 0.82% 0.38% -
XYZ 4.55 8.54 1.94 -
YUV 63.97 101.49 95.92 -
System Red Green Blue C M Y K H S L
Decimal 19 96 17 0.80 0 0.82 0.62 118.48 0.7 0.22
Hex 13 60 11 50 0 52 3E 76 46 16
Octal 23 140 21 120 0 122 76 166 106 26
Binary 10011 1100000 10001 1010000 0 1010010 111110 1110110 1000110 10110

Color Harmonies of #136011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136011

Black with #136011

Text Example


Text Example

White with #136011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136011; }

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

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

background-color css

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

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

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

border-color css

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

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

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