Html Css Color HEX #136814 Green

📋 copy color: '#136814'

red 19 ◦ green 104 ◦ blue 20

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

Shades of Green #136814

Tints of Green #136814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 72.73%

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

R = 13.29%
G = 72.73%
B = 13.99%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#136814 (or 0x136814) is known color: Green. HEX triplet: 13, 68 and 14. RGB value is (19,104,20). Sum of RGB (Red+Green+Blue) = 19+104+20=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 104 (41.02% from 255 or 72.73% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 104 - color contains mainly: green. Hex color #136814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136814 is #EC97EB. Grayscale: #454545. Windows color (decimal): -15505388 or 1337363. OLE color: 1337363.

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

Color convert

RGB 19 104 20 -
CMYK 0.82 0 0.81 0.59
HSL 120.71º 0.69% 0.24% -
HSV(B) 120.71º 0.82% 0.41% -
XYZ 5.35 10.09 2.33 -
YUV 69.01 100.34 92.33 -
System Red Green Blue C M Y K H S L
Decimal 19 104 20 0.82 0 0.81 0.59 120.71 0.69 0.24
Hex 13 68 14 52 0 51 3B 79 45 18
Octal 23 150 24 122 0 121 73 171 105 30
Binary 10011 1101000 10100 1010010 0 1010001 111011 1111001 1000101 11000

Color Harmonies of #136814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136814

Black with #136814

Text Example


Text Example

White with #136814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136814; }

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

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

background-color css

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

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

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

border-color css

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

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

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