Html Css Color HEX #137501 Green

📋 copy color: '#137501'

red 19 ◦ green 117 ◦ blue 1

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

Shades of Green #137501

Tints of Green #137501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 85.4%

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 13.87%
G = 85.4%
B = 0.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#137501 (or 0x137501) is known color: Green. HEX triplet: 13, 75 and 01. RGB value is (19,117,1). Sum of RGB (Red+Green+Blue) = 19+117+1=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 117 (46.09% from 255 or 85.40% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 117 - color contains mainly: green. Hex color #137501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137501 is #EC8AFE. Grayscale: #4A4A4A. Windows color (decimal): -15502079 or 95507. OLE color: 95507.

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

Color convert

RGB 19 117 1 -
CMYK 0.84 0 0.99 0.54
HSL 110.69º 0.98% 0.23% -
HSV(B) 110.69º 0.99% 0.46% -
XYZ 6.64 12.86 2.16 -
YUV 74.47 86.53 88.43 -
System Red Green Blue C M Y K H S L
Decimal 19 117 1 0.84 0 0.99 0.54 110.69 0.98 0.23
Hex 13 75 1 54 0 63 36 6F 62 17
Octal 23 165 1 124 0 143 66 157 142 27
Binary 10011 1110101 1 1010100 0 1100011 110110 1101111 1100010 10111

Color Harmonies of #137501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137501

Black with #137501

Text Example


Text Example

White with #137501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137501; }

 p { color: rgb(19,117,1); }

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

background-color css

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

 a { background-color: rgb(19,117,1); }

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

border-color css

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

 span { border-color: rgb(19,117,1); }

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