Html Css Color HEX #136114 Myrtle

📋 copy color: '#136114'

red 19 ◦ green 97 ◦ blue 20

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

Shades of Myrtle #136114

Tints of Myrtle #136114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 71.32%

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 13.97%
G = 71.32%
B = 14.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#136114 (or 0x136114) is known color: Myrtle. HEX triplet: 13, 61 and 14. RGB value is (19,97,20). Sum of RGB (Red+Green+Blue) = 19+97+20=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 97 (38.28% from 255 or 71.32% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 97 - color contains mainly: green. Hex color #136114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136114 is #EC9EEB. Grayscale: #414141. Windows color (decimal): -15507180 or 1335571. OLE color: 1335571.

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

Color convert

RGB 19 97 20 -
CMYK 0.80 0 0.79 0.62
HSL 120.77º 0.67% 0.23% -
HSV(B) 120.77º 0.8% 0.38% -
XYZ 4.67 8.74 2.1 -
YUV 64.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 19 97 20 0.80 0 0.79 0.62 120.77 0.67 0.23
Hex 13 61 14 50 0 4F 3E 79 43 17
Octal 23 141 24 120 0 117 76 171 103 27
Binary 10011 1100001 10100 1010000 0 1001111 111110 1111001 1000011 10111

Color Harmonies of #136114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136114

Black with #136114

Text Example


Text Example

White with #136114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136114; }

 p { color: rgb(19,97,20); }

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

background-color css

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

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

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

border-color css

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

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

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