Html Css Color HEX #136311 Myrtle

📋 copy color: '#136311'

red 19 ◦ green 99 ◦ blue 17

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

Shades of Myrtle #136311

Tints of Myrtle #136311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 73.33%

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

R = 14.07%
G = 73.33%
B = 12.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#136311 (or 0x136311) is known color: Myrtle. HEX triplet: 13, 63 and 11. RGB value is (19,99,17). Sum of RGB (Red+Green+Blue) = 19+99+17=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #136311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136311 is #EC9CEE. Grayscale: #414141. Windows color (decimal): -15506671 or 1139475. OLE color: 1139475.

HSL color Cylindrical-coordinate representation of color #136311: hue angle of 118.54º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136311 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 99 17 -
CMYK 0.81 0 0.83 0.61
HSL 118.54º 0.71% 0.23% -
HSV(B) 118.54º 0.83% 0.39% -
XYZ 4.83 9.1 2.03 -
YUV 65.73 100.5 94.67 -
System Red Green Blue C M Y K H S L
Decimal 19 99 17 0.81 0 0.83 0.61 118.54 0.71 0.23
Hex 13 63 11 51 0 53 3D 77 47 17
Octal 23 143 21 121 0 123 75 167 107 27
Binary 10011 1100011 10001 1010001 0 1010011 111101 1110111 1000111 10111

Color Harmonies of #136311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136311

Black with #136311

Text Example


Text Example

White with #136311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136311; }

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

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

background-color css

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

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

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

border-color css

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

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

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