Html Css Color HEX #136113 Myrtle

📋 copy color: '#136113'

red 19 ◦ green 97 ◦ blue 19

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

Shades of Myrtle #136113

Tints of Myrtle #136113

RGB

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

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

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

R = 14.07%
G = 71.85%
B = 14.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#136113 (or 0x136113) is known color: Myrtle. HEX triplet: 13, 61 and 13. RGB value is (19,97,19). Sum of RGB (Red+Green+Blue) = 19+97+19=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #136113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136113 is #EC9EEC. Grayscale: #414141. Windows color (decimal): -15507181 or 1270035. OLE color: 1270035.

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

Color convert

RGB 19 97 19 -
CMYK 0.80 0 0.80 0.62
HSL 120º 0.67% 0.23% -
HSV(B) 120º 0.8% 0.38% -
XYZ 4.66 8.73 2.06 -
YUV 64.79 102.16 95.34 -
System Red Green Blue C M Y K H S L
Decimal 19 97 19 0.80 0 0.80 0.62 120 0.67 0.23
Hex 13 61 13 50 0 50 3E 78 43 17
Octal 23 141 23 120 0 120 76 170 103 27
Binary 10011 1100001 10011 1010000 0 1010000 111110 1111000 1000011 10111

Color Harmonies of #136113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136113

Black with #136113

Text Example


Text Example

White with #136113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136113; }

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

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

background-color css

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

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

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

border-color css

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

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

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