Html Css Color HEX #137700 Green

📋 copy color: '#137700'

red 19 ◦ green 119 ◦ blue 0

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

Shades of Green #137700

Tints of Green #137700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 86.23%

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

R = 13.77%
G = 86.23%
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

#137700 (or 0x137700) is known color: Green. HEX triplet: 13, 77 and 00. RGB value is (19,119,0). Sum of RGB (Red+Green+Blue) = 19+119+0=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 119 (46.88% from 255 or 86.23% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 119 - color contains mainly: green. Hex color #137700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137700 is #EC88FF. Grayscale: #4B4B4B. Windows color (decimal): -15501568 or 30483. OLE color: 30483.

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

Color convert

RGB 19 119 0 -
CMYK 0.84 0 1 0.53
HSL 110.42º 1% 0.23% -
HSV(B) 110.42º 1% 0.47% -
XYZ 6.87 13.33 2.21 -
YUV 75.53 85.37 87.68 -
System Red Green Blue C M Y K H S L
Decimal 19 119 0 0.84 0 1 0.53 110.42 1 0.23
Hex 13 77 0 54 0 64 35 6E 64 17
Octal 23 167 0 124 0 144 65 156 144 27
Binary 10011 1110111 0 1010100 0 1100100 110101 1101110 1100100 10111

Color Harmonies of #137700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137700

Black with #137700

Text Example


Text Example

White with #137700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137700; }

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

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

background-color css

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

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

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

border-color css

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

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

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