Html Css Color HEX #137401 Green

📋 copy color: '#137401'

red 19 ◦ green 116 ◦ blue 1

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

Shades of Green #137401

Tints of Green #137401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 85.29%

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

R = 13.97%
G = 85.29%
B = 0.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#137401 (or 0x137401) is known color: Green. HEX triplet: 13, 74 and 01. RGB value is (19,116,1). Sum of RGB (Red+Green+Blue) = 19+116+1=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 116 (45.70% from 255 or 85.29% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 116 - color contains mainly: green. Hex color #137401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137401 is #EC8BFE. Grayscale: #4A4A4A. Windows color (decimal): -15502335 or 95251. OLE color: 95251.

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

Color convert

RGB 19 116 1 -
CMYK 0.84 0 0.99 0.55
HSL 110.61º 0.98% 0.23% -
HSV(B) 110.61º 0.99% 0.45% -
XYZ 6.52 12.63 2.12 -
YUV 73.89 86.86 88.85 -
System Red Green Blue C M Y K H S L
Decimal 19 116 1 0.84 0 0.99 0.55 110.61 0.98 0.23
Hex 13 74 1 54 0 63 37 6F 62 17
Octal 23 164 1 124 0 143 67 157 142 27
Binary 10011 1110100 1 1010100 0 1100011 110111 1101111 1100010 10111

Color Harmonies of #137401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137401

Black with #137401

Text Example


Text Example

White with #137401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137401; }

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

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

background-color css

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

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

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

border-color css

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

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

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