Html Css Color HEX #137014 Green

📋 copy color: '#137014'

red 19 ◦ green 112 ◦ blue 20

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

Shades of Green #137014

Tints of Green #137014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 74.17%

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

R = 12.58%
G = 74.17%
B = 13.25%

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

#137014 (or 0x137014) is known color: Green. HEX triplet: 13, 70 and 14. RGB value is (19,112,20). Sum of RGB (Red+Green+Blue) = 19+112+20=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #137014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137014 is #EC8FEB. Grayscale: #494949. Windows color (decimal): -15503340 or 1339411. OLE color: 1339411.

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

Color convert

RGB 19 112 20 -
CMYK 0.83 0 0.82 0.56
HSL 120.65º 0.71% 0.26% -
HSV(B) 120.65º 0.83% 0.44% -
XYZ 6.19 11.78 2.61 -
YUV 73.71 97.69 88.98 -
System Red Green Blue C M Y K H S L
Decimal 19 112 20 0.83 0 0.82 0.56 120.65 0.71 0.26
Hex 13 70 14 53 0 52 38 79 47 1A
Octal 23 160 24 123 0 122 70 171 107 32
Binary 10011 1110000 10100 1010011 0 1010010 111000 1111001 1000111 11010

Color Harmonies of #137014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137014

Black with #137014

Text Example


Text Example

White with #137014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137014; }

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

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

background-color css

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

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

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

border-color css

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

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

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