Html Css Color HEX #137314 Green

📋 copy color: '#137314'

red 19 ◦ green 115 ◦ blue 20

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

Shades of Green #137314

Tints of Green #137314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 74.68%

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

R = 12.34%
G = 74.68%
B = 12.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#137314 (or 0x137314) is known color: Green. HEX triplet: 13, 73 and 14. RGB value is (19,115,20). Sum of RGB (Red+Green+Blue) = 19+115+20=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 115 (45.31% from 255 or 74.68% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 115 - color contains mainly: green. Hex color #137314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137314 is #EC8CEB. Grayscale: #4B4B4B. Windows color (decimal): -15502572 or 1340179. OLE color: 1340179.

HSL color Cylindrical-coordinate representation of color #137314: hue angle of 120.63º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137314 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 20 -
CMYK 0.83 0 0.83 0.55
HSL 120.63º 0.72% 0.26% -
HSV(B) 120.63º 0.83% 0.45% -
XYZ 6.53 12.45 2.72 -
YUV 75.47 96.7 87.72 -
System Red Green Blue C M Y K H S L
Decimal 19 115 20 0.83 0 0.83 0.55 120.63 0.72 0.26
Hex 13 73 14 53 0 53 37 79 48 1A
Octal 23 163 24 123 0 123 67 171 110 32
Binary 10011 1110011 10100 1010011 0 1010011 110111 1111001 1001000 11010

Color Harmonies of #137314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137314

Black with #137314

Text Example


Text Example

White with #137314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137314; }

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

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

background-color css

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

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

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

border-color css

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

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

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