Html Css Color HEX #136012 Myrtle

📋 copy color: '#136012'

red 19 ◦ green 96 ◦ blue 18

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

Shades of Myrtle #136012

Tints of Myrtle #136012

RGB

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

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

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

R = 14.29%
G = 72.18%
B = 13.53%

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

#136012 (or 0x136012) is known color: Myrtle. HEX triplet: 13, 60 and 12. RGB value is (19,96,18). Sum of RGB (Red+Green+Blue) = 19+96+18=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #136012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136012 is #EC9FED. Grayscale: #404040. Windows color (decimal): -15507438 or 1204243. OLE color: 1204243.

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

Color convert

RGB 19 96 18 -
CMYK 0.80 0 0.81 0.62
HSL 119.23º 0.68% 0.22% -
HSV(B) 119.23º 0.81% 0.38% -
XYZ 4.56 8.55 1.98 -
YUV 64.09 101.99 95.84 -
System Red Green Blue C M Y K H S L
Decimal 19 96 18 0.80 0 0.81 0.62 119.23 0.68 0.22
Hex 13 60 12 50 0 51 3E 77 44 16
Octal 23 140 22 120 0 121 76 167 104 26
Binary 10011 1100000 10010 1010000 0 1010001 111110 1110111 1000100 10110

Color Harmonies of #136012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136012

Black with #136012

Text Example


Text Example

White with #136012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136012; }

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

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

background-color css

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

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

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

border-color css

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

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

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