#197400

Color #197400 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #197400

Tints of Green #197400

Color information

#197400 (or 0x197400) is unknown color: approx Green. HEX triplet: 19, 74 and 00. RGB value is (25,116,0). Sum of RGB (Red+Green+Blue) = 25+116+0=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 116 (45.70% from 255 or 82.27% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 116 - color contains mainly: green. Hex color #197400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197400 is #E68BFF. Grayscale: #4B4B4B. Windows color (decimal): -15109120 or 29721. OLE color: 29721.

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

Color convert

RGB251160-
CMYK0.78010.55
HSL107.07º100%22.75%-
HSV(B)107.07º100%45.49%-
XYZ6.6512.72.1-
YUV75.5785.3591.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 116 (45.70% from 255) = 82.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.73%
G=82.27%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2511600.78010.55107.0710022.75
Hex197404E064376b6417
Octal31164011601446715314427
Binary11001111010001001110011001001101111101011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197400; }

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

 H1.HeaderClassName
 {
   color: #197400;
 }
 .AnyTagClassName
 {
   color: #197400;
 }
</style>
background-color css

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

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

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

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

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

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