Html Css Color HEX #136015 Myrtle

📋 copy color: '#136015'

red 19 ◦ green 96 ◦ blue 21

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

Shades of Myrtle #136015

Tints of Myrtle #136015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 13.97%
G = 70.59%
B = 15.44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#136015 (or 0x136015) is known color: Myrtle. HEX triplet: 13, 60 and 15. RGB value is (19,96,21). Sum of RGB (Red+Green+Blue) = 19+96+21=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 96 (37.89% from 255 or 70.59% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 96 - color contains mainly: green. Hex color #136015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136015 is #EC9FEA. Grayscale: #404040. Windows color (decimal): -15507435 or 1400851. OLE color: 1400851.

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

Color convert

RGB 19 96 21 -
CMYK 0.80 0 0.78 0.62
HSL 121.56º 0.67% 0.23% -
HSV(B) 121.56º 0.8% 0.38% -
XYZ 4.59 8.56 2.12 -
YUV 64.43 103.49 95.6 -
System Red Green Blue C M Y K H S L
Decimal 19 96 21 0.80 0 0.78 0.62 121.56 0.67 0.23
Hex 13 60 15 50 0 4E 3E 7A 43 17
Octal 23 140 25 120 0 116 76 172 103 27
Binary 10011 1100000 10101 1010000 0 1001110 111110 1111010 1000011 10111

Color Harmonies of #136015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136015

Black with #136015

Text Example


Text Example

White with #136015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136015; }

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

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

background-color css

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

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

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

border-color css

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

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

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