Html Css Color HEX #136E14 Green

📋 copy color: '#136E14'

red 19 ◦ green 110 ◦ blue 20

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

Shades of Green #136E14

Tints of Green #136E14

RGB

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

 GREEN value IS 110 (43.36% from 255) = 73.83%

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

R = 12.75%
G = 73.83%
B = 13.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#136E14 (or 0x136E14) is known color: Green. HEX triplet: 13, 6E and 14. RGB value is (19,110,20). Sum of RGB (Red+Green+Blue) = 19+110+20=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 110 (43.36% from 255 or 73.83% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 110 - color contains mainly: green. Hex color #136E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136E14 is #EC91EB. Grayscale: #484848. Windows color (decimal): -15503852 or 1338899. OLE color: 1338899.

HSL color Cylindrical-coordinate representation of color #136E14: hue angle of 120.66º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136E14 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 110 20 -
CMYK 0.83 0 0.82 0.57
HSL 120.66º 0.71% 0.25% -
HSV(B) 120.66º 0.83% 0.43% -
XYZ 5.97 11.34 2.54 -
YUV 72.53 98.35 89.82 -
System Red Green Blue C M Y K H S L
Decimal 19 110 20 0.83 0 0.82 0.57 120.66 0.71 0.25
Hex 13 6E 14 53 0 52 39 79 47 19
Octal 23 156 24 123 0 122 71 171 107 31
Binary 10011 1101110 10100 1010011 0 1010010 111001 1111001 1000111 11001

Color Harmonies of #136E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E14

Black with #136E14

Text Example


Text Example

White with #136E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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