Html Css Color HEX #137114 Green

📋 copy color: '#137114'

red 19 ◦ green 113 ◦ blue 20

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

Shades of Green #137114

Tints of Green #137114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 74.34%

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

R = 12.5%
G = 74.34%
B = 13.16%

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

#137114 (or 0x137114) is known color: Green. HEX triplet: 13, 71 and 14. RGB value is (19,113,20). Sum of RGB (Red+Green+Blue) = 19+113+20=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #137114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137114 is #EC8EEB. Grayscale: #4A4A4A. Windows color (decimal): -15503084 or 1339667. OLE color: 1339667.

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

Color convert

RGB 19 113 20 -
CMYK 0.83 0 0.82 0.56
HSL 120.64º 0.71% 0.26% -
HSV(B) 120.64º 0.83% 0.44% -
XYZ 6.3 12 2.65 -
YUV 74.29 97.36 88.56 -
System Red Green Blue C M Y K H S L
Decimal 19 113 20 0.83 0 0.82 0.56 120.64 0.71 0.26
Hex 13 71 14 53 0 52 38 79 47 1A
Octal 23 161 24 123 0 122 70 171 107 32
Binary 10011 1110001 10100 1010011 0 1010010 111000 1111001 1000111 11010

Color Harmonies of #137114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137114

Black with #137114

Text Example


Text Example

White with #137114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137114; }

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

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

background-color css

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

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

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

border-color css

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

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

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