Html Css Color HEX #136F14 Green

📋 copy color: '#136F14'

red 19 ◦ green 111 ◦ blue 20

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

Shades of Green #136F14

Tints of Green #136F14

RGB

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

 GREEN value IS 111 (43.75% from 255) = 74%

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

R = 12.67%
G = 74%
B = 13.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#136F14 (or 0x136F14) is known color: Green. HEX triplet: 13, 6F and 14. RGB value is (19,111,20). Sum of RGB (Red+Green+Blue) = 19+111+20=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 111 (43.75% from 255 or 74% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 111 - color contains mainly: green. Hex color #136F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F14 is #EC90EB. Grayscale: #494949. Windows color (decimal): -15503596 or 1339155. OLE color: 1339155.

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

Color convert

RGB 19 111 20 -
CMYK 0.83 0 0.82 0.56
HSL 120.65º 0.71% 0.25% -
HSV(B) 120.65º 0.83% 0.44% -
XYZ 6.08 11.56 2.57 -
YUV 73.12 98.02 89.4 -
System Red Green Blue C M Y K H S L
Decimal 19 111 20 0.83 0 0.82 0.56 120.65 0.71 0.25
Hex 13 6F 14 53 0 52 38 79 47 19
Octal 23 157 24 123 0 122 70 171 107 31
Binary 10011 1101111 10100 1010011 0 1010010 111000 1111001 1000111 11001

Color Harmonies of #136F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F14

Black with #136F14

Text Example


Text Example

White with #136F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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