Html Css Color HEX #136213 Myrtle

📋 copy color: '#136213'

red 19 ◦ green 98 ◦ blue 19

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

Shades of Myrtle #136213

Tints of Myrtle #136213

RGB

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

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

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

R = 13.97%
G = 72.06%
B = 13.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#136213 (or 0x136213) is known color: Myrtle. HEX triplet: 13, 62 and 13. RGB value is (19,98,19). Sum of RGB (Red+Green+Blue) = 19+98+19=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #136213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136213 is #EC9DEC. Grayscale: #414141. Windows color (decimal): -15506925 or 1270291. OLE color: 1270291.

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

Color convert

RGB 19 98 19 -
CMYK 0.81 0 0.81 0.62
HSL 120º 0.68% 0.23% -
HSV(B) 120º 0.81% 0.38% -
XYZ 4.75 8.92 2.09 -
YUV 65.37 101.83 94.92 -
System Red Green Blue C M Y K H S L
Decimal 19 98 19 0.81 0 0.81 0.62 120 0.68 0.23
Hex 13 62 13 51 0 51 3E 78 44 17
Octal 23 142 23 121 0 121 76 170 104 27
Binary 10011 1100010 10011 1010001 0 1010001 111110 1111000 1000100 10111

Color Harmonies of #136213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136213

Black with #136213

Text Example


Text Example

White with #136213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136213; }

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

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

background-color css

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

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

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

border-color css

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

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

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