Html Css Color HEX #197401 Green

📋 copy color: '#197401'

red 25 ◦ green 116 ◦ blue 1

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

Shades of Green #197401

Tints of Green #197401

RGB

 RED value IS 25 (10.16% from 255) = 17.61%

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

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

R = 17.61%
G = 81.69%
B = 0.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#197401 (or 0x197401) is known color: Green. HEX triplet: 19, 74 and 01. RGB value is (25,116,1). Sum of RGB (Red+Green+Blue) = 25+116+1=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 116 (45.70% from 255 or 81.69% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 116 - color contains mainly: green. Hex color #197401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197401 is #E68BFE. Grayscale: #4C4C4C. Windows color (decimal): -15109119 or 95257. OLE color: 95257.

HSL color Cylindrical-coordinate representation of color #197401: hue angle of 107.48º 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 #197401 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 116 1 -
CMYK 0.78 0 0.99 0.55
HSL 107.48º 0.98% 0.23% -
HSV(B) 107.48º 0.99% 0.45% -
XYZ 6.65 12.7 2.13 -
YUV 75.68 85.85 91.85 -
System Red Green Blue C M Y K H S L
Decimal 25 116 1 0.78 0 0.99 0.55 107.48 0.98 0.23
Hex 19 74 1 4E 0 63 37 6B 62 17
Octal 31 164 1 116 0 143 67 153 142 27
Binary 11001 1110100 1 1001110 0 1100011 110111 1101011 1100010 10111

Color Harmonies of #197401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197401

Black with #197401

Text Example


Text Example

White with #197401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197401; }

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

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

background-color css

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

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

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

border-color css

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

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

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