Html Css Color HEX #137900 Green

📋 copy color: '#137900'

red 19 ◦ green 121 ◦ blue 0

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

Shades of Green #137900

Tints of Green #137900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 86.43%

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

R = 13.57%
G = 86.43%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#137900 (or 0x137900) is known color: Green. HEX triplet: 13, 79 and 00. RGB value is (19,121,0). Sum of RGB (Red+Green+Blue) = 19+121+0=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 121 (47.66% from 255 or 86.43% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 121 - color contains mainly: green. Hex color #137900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137900 is #EC86FF. Grayscale: #4D4D4D. Windows color (decimal): -15501056 or 30995. OLE color: 30995.

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

Color convert

RGB 19 121 0 -
CMYK 0.84 0 1 0.53
HSL 110.58º 1% 0.24% -
HSV(B) 110.58º 1% 0.47% -
XYZ 7.11 13.81 2.29 -
YUV 76.71 84.71 86.84 -
System Red Green Blue C M Y K H S L
Decimal 19 121 0 0.84 0 1 0.53 110.58 1 0.24
Hex 13 79 0 54 0 64 35 6F 64 18
Octal 23 171 0 124 0 144 65 157 144 30
Binary 10011 1111001 0 1010100 0 1100100 110101 1101111 1100100 11000

Color Harmonies of #137900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137900

Black with #137900

Text Example


Text Example

White with #137900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137900; }

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

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

background-color css

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

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

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

border-color css

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

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

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