Html Css Color HEX #136013 Myrtle

📋 copy color: '#136013'

red 19 ◦ green 96 ◦ blue 19

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

Shades of Myrtle #136013

Tints of Myrtle #136013

RGB

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

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

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

R = 14.18%
G = 71.64%
B = 14.18%

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

#136013 (or 0x136013) is known color: Myrtle. HEX triplet: 13, 60 and 13. RGB value is (19,96,19). Sum of RGB (Red+Green+Blue) = 19+96+19=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #136013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136013 is #EC9FEC. Grayscale: #404040. Windows color (decimal): -15507437 or 1269779. OLE color: 1269779.

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

Color convert

RGB 19 96 19 -
CMYK 0.80 0 0.80 0.62
HSL 120º 0.67% 0.23% -
HSV(B) 120º 0.8% 0.38% -
XYZ 4.57 8.55 2.03 -
YUV 64.2 102.49 95.76 -
System Red Green Blue C M Y K H S L
Decimal 19 96 19 0.80 0 0.80 0.62 120 0.67 0.23
Hex 13 60 13 50 0 50 3E 78 43 17
Octal 23 140 23 120 0 120 76 170 103 27
Binary 10011 1100000 10011 1010000 0 1010000 111110 1111000 1000011 10111

Color Harmonies of #136013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136013

Black with #136013

Text Example


Text Example

White with #136013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136013; }

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

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

background-color css

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

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

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

border-color css

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

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

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