Html Css Color HEX #137600 Green

📋 copy color: '#137600'

red 19 ◦ green 118 ◦ blue 0

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

Shades of Green #137600

Tints of Green #137600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 86.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.87%
G = 86.13%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#137600 (or 0x137600) is known color: Green. HEX triplet: 13, 76 and 00. RGB value is (19,118,0). Sum of RGB (Red+Green+Blue) = 19+118+0=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 118 (46.48% from 255 or 86.13% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 118 - color contains mainly: green. Hex color #137600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137600 is #EC89FF. Grayscale: #4B4B4B. Windows color (decimal): -15501824 or 30227. OLE color: 30227.

HSL color Cylindrical-coordinate representation of color #137600: hue angle of 110.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #137600 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 0 -
CMYK 0.84 0 1 0.54
HSL 110.34º 1% 0.23% -
HSV(B) 110.34º 1% 0.46% -
XYZ 6.75 13.1 2.17 -
YUV 74.95 85.7 88.09 -
System Red Green Blue C M Y K H S L
Decimal 19 118 0 0.84 0 1 0.54 110.34 1 0.23
Hex 13 76 0 54 0 64 36 6E 64 17
Octal 23 166 0 124 0 144 66 156 144 27
Binary 10011 1110110 0 1010100 0 1100100 110110 1101110 1100100 10111

Color Harmonies of #137600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137600

Black with #137600

Text Example


Text Example

White with #137600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137600; }

 p { color: rgb(19,118,0); }

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

background-color css

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

 a { background-color: rgb(19,118,0); }

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

border-color css

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

 span { border-color: rgb(19,118,0); }

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