Html Css Color HEX #137100 Green

📋 copy color: '#137100'

red 19 ◦ green 113 ◦ blue 0

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

Shades of Green #137100

Tints of Green #137100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 85.61%

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

R = 14.39%
G = 85.61%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#137100 (or 0x137100) is known color: Green. HEX triplet: 13, 71 and 00. RGB value is (19,113,0). Sum of RGB (Red+Green+Blue) = 19+113+0=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 113 (44.53% from 255 or 85.61% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 113 - color contains mainly: green. Hex color #137100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137100 is #EC8EFF. Grayscale: #484848. Windows color (decimal): -15503104 or 28947. OLE color: 28947.

HSL color Cylindrical-coordinate representation of color #137100: hue angle of 109.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #137100 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 0 -
CMYK 0.83 0 1 0.56
HSL 109.91º 1% 0.22% -
HSV(B) 109.91º 1% 0.44% -
XYZ 6.17 11.95 1.98 -
YUV 72.01 87.36 90.19 -
System Red Green Blue C M Y K H S L
Decimal 19 113 0 0.83 0 1 0.56 109.91 1 0.22
Hex 13 71 0 53 0 64 38 6E 64 16
Octal 23 161 0 123 0 144 70 156 144 26
Binary 10011 1110001 0 1010011 0 1100100 111000 1101110 1100100 10110

Color Harmonies of #137100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137100

Black with #137100

Text Example


Text Example

White with #137100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137100; }

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

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

background-color css

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

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

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

border-color css

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

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

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