Html Css Color HEX #136212 Myrtle

📋 copy color: '#136212'

red 19 ◦ green 98 ◦ blue 18

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

Shades of Myrtle #136212

Tints of Myrtle #136212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 72.59%

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

R = 14.07%
G = 72.59%
B = 13.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#136212 (or 0x136212) is known color: Myrtle. HEX triplet: 13, 62 and 12. RGB value is (19,98,18). Sum of RGB (Red+Green+Blue) = 19+98+18=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 98 (38.67% from 255 or 72.59% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 98 - color contains mainly: green. Hex color #136212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136212 is #EC9DED. Grayscale: #414141. Windows color (decimal): -15506926 or 1204755. OLE color: 1204755.

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

Color convert

RGB 19 98 18 -
CMYK 0.81 0 0.82 0.62
HSL 119.25º 0.69% 0.23% -
HSV(B) 119.25º 0.82% 0.38% -
XYZ 4.75 8.92 2.04 -
YUV 65.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 19 98 18 0.81 0 0.82 0.62 119.25 0.69 0.23
Hex 13 62 12 51 0 52 3E 77 45 17
Octal 23 142 22 121 0 122 76 167 105 27
Binary 10011 1100010 10010 1010001 0 1010010 111110 1110111 1000101 10111

Color Harmonies of #136212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136212

Black with #136212

Text Example


Text Example

White with #136212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136212; }

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

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

background-color css

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

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

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

border-color css

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

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

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