Html Css Color HEX #137410 Green

📋 copy color: '#137410'

red 19 ◦ green 116 ◦ blue 16

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

Shades of Green #137410

Tints of Green #137410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 76.82%

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

R = 12.58%
G = 76.82%
B = 10.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#137410 (or 0x137410) is known color: Green. HEX triplet: 13, 74 and 10. RGB value is (19,116,16). Sum of RGB (Red+Green+Blue) = 19+116+16=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 116 (45.70% from 255 or 76.82% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 116 - color contains mainly: green. Hex color #137410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137410 is #EC8BEF. Grayscale: #4B4B4B. Windows color (decimal): -15502320 or 1078291. OLE color: 1078291.

HSL color Cylindrical-coordinate representation of color #137410: hue angle of 118.2º 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 #137410 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 16 -
CMYK 0.84 0 0.86 0.55
HSL 118.2º 0.76% 0.26% -
HSV(B) 118.2º 0.86% 0.45% -
XYZ 6.61 12.67 2.59 -
YUV 75.6 94.36 87.63 -
System Red Green Blue C M Y K H S L
Decimal 19 116 16 0.84 0 0.86 0.55 118.2 0.76 0.26
Hex 13 74 10 54 0 56 37 76 4C 1A
Octal 23 164 20 124 0 126 67 166 114 32
Binary 10011 1110100 10000 1010100 0 1010110 110111 1110110 1001100 11010

Color Harmonies of #137410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137410

Black with #137410

Text Example


Text Example

White with #137410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137410; }

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

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

background-color css

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

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

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

border-color css

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

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

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