Html Css Color HEX #136914 Green

📋 copy color: '#136914'

red 19 ◦ green 105 ◦ blue 20

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

Shades of Green #136914

Tints of Green #136914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 72.92%

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

R = 13.19%
G = 72.92%
B = 13.89%

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

#136914 (or 0x136914) is known color: Green. HEX triplet: 13, 69 and 14. RGB value is (19,105,20). Sum of RGB (Red+Green+Blue) = 19+105+20=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #136914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136914 is #EC96EB. Grayscale: #454545. Windows color (decimal): -15505132 or 1337619. OLE color: 1337619.

HSL color Cylindrical-coordinate representation of color #136914: hue angle of 120.7º 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 #136914 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 105 20 -
CMYK 0.82 0 0.81 0.59
HSL 120.7º 0.69% 0.24% -
HSV(B) 120.7º 0.82% 0.41% -
XYZ 5.45 10.29 2.36 -
YUV 69.6 100.01 91.91 -
System Red Green Blue C M Y K H S L
Decimal 19 105 20 0.82 0 0.81 0.59 120.7 0.69 0.24
Hex 13 69 14 52 0 51 3B 79 45 18
Octal 23 151 24 122 0 121 73 171 105 30
Binary 10011 1101001 10100 1010010 0 1010001 111011 1111001 1000101 11000

Color Harmonies of #136914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136914

Black with #136914

Text Example


Text Example

White with #136914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136914; }

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

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

background-color css

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

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

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

border-color css

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

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

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