Html Css Color HEX #136614 Green

📋 copy color: '#136614'

red 19 ◦ green 102 ◦ blue 20

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

Shades of Green #136614

Tints of Green #136614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 72.34%

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

R = 13.48%
G = 72.34%
B = 14.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#136614 (or 0x136614) is known color: Green. HEX triplet: 13, 66 and 14. RGB value is (19,102,20). Sum of RGB (Red+Green+Blue) = 19+102+20=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 102 (40.23% from 255 or 72.34% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 102 - color contains mainly: green. Hex color #136614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136614 is #EC99EB. Grayscale: #444444. Windows color (decimal): -15505900 or 1336851. OLE color: 1336851.

HSL color Cylindrical-coordinate representation of color #136614: hue angle of 120.72º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136614 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 20 -
CMYK 0.81 0 0.80 0.6
HSL 120.72º 0.69% 0.24% -
HSV(B) 120.72º 0.81% 0.4% -
XYZ 5.15 9.69 2.26 -
YUV 67.84 101 93.17 -
System Red Green Blue C M Y K H S L
Decimal 19 102 20 0.81 0 0.80 0.6 120.72 0.69 0.24
Hex 13 66 14 51 0 50 3C 79 45 18
Octal 23 146 24 121 0 120 74 171 105 30
Binary 10011 1100110 10100 1010001 0 1010000 111100 1111001 1000101 11000

Color Harmonies of #136614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136614

Black with #136614

Text Example


Text Example

White with #136614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136614; }

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

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

background-color css

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

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

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

border-color css

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

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

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