Html Css Color HEX #136112 Myrtle

📋 copy color: '#136112'

red 19 ◦ green 97 ◦ blue 18

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

Shades of Myrtle #136112

Tints of Myrtle #136112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 72.39%

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 14.18%
G = 72.39%
B = 13.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#136112 (or 0x136112) is known color: Myrtle. HEX triplet: 13, 61 and 12. RGB value is (19,97,18). Sum of RGB (Red+Green+Blue) = 19+97+18=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #136112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136112 is #EC9EED. Grayscale: #404040. Windows color (decimal): -15507182 or 1204499. OLE color: 1204499.

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

Color convert

RGB 19 97 18 -
CMYK 0.80 0 0.81 0.62
HSL 119.24º 0.69% 0.23% -
HSV(B) 119.24º 0.81% 0.38% -
XYZ 4.65 8.73 2.01 -
YUV 64.67 101.66 95.42 -
System Red Green Blue C M Y K H S L
Decimal 19 97 18 0.80 0 0.81 0.62 119.24 0.69 0.23
Hex 13 61 12 50 0 51 3E 77 45 17
Octal 23 141 22 120 0 121 76 167 105 27
Binary 10011 1100001 10010 1010000 0 1010001 111110 1110111 1000101 10111

Color Harmonies of #136112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136112

Black with #136112

Text Example


Text Example

White with #136112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136112; }

 p { color: rgb(19,97,18); }

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

background-color css

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

 a { background-color: rgb(19,97,18); }

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

border-color css

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

 span { border-color: rgb(19,97,18); }

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