Html Css Color HEX #137310 Green

📋 copy color: '#137310'

red 19 ◦ green 115 ◦ blue 16

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

Shades of Green #137310

Tints of Green #137310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.67%

R = 12.67%
G = 76.67%
B = 10.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#137310 (or 0x137310) is known color: Green. HEX triplet: 13, 73 and 10. RGB value is (19,115,16). Sum of RGB (Red+Green+Blue) = 19+115+16=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 115 (45.31% from 255 or 76.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 115 - color contains mainly: green. Hex color #137310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137310 is #EC8CEF. Grayscale: #4B4B4B. Windows color (decimal): -15502576 or 1078035. OLE color: 1078035.

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

Color convert

RGB 19 115 16 -
CMYK 0.83 0 0.86 0.55
HSL 118.18º 0.76% 0.26% -
HSV(B) 118.18º 0.86% 0.45% -
XYZ 6.49 12.44 2.55 -
YUV 75.01 94.7 88.05 -
System Red Green Blue C M Y K H S L
Decimal 19 115 16 0.83 0 0.86 0.55 118.18 0.76 0.26
Hex 13 73 10 53 0 56 37 76 4C 1A
Octal 23 163 20 123 0 126 67 166 114 32
Binary 10011 1110011 10000 1010011 0 1010110 110111 1110110 1001100 11010

Color Harmonies of #137310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137310

Black with #137310

Text Example


Text Example

White with #137310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137310; }

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

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

background-color css

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

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

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

border-color css

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

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

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