#197140

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

Shades of Dark Spring Green #197140

Tints of Dark Spring Green #197140

Color information

#197140 (or 0x197140) is unknown color: approx Dark Spring Green. HEX triplet: 19, 71 and 40. RGB value is (25,113,64). Sum of RGB (Red+Green+Blue) = 25+113+64=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #197140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197140 is #E68EBF. Grayscale: #515151. Windows color (decimal): -15109824 or 4223257. OLE color: 4223257.

HSL color Cylindrical-coordinate representation of color #197140: hue angle of 146.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197140 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB2511364-
CMYK0.7800.430.56
HSL146.59º63.77%27.06%-
HSV(B)146.59º77.88%44.31%-
XYZ7.2312.396.86-
YUV81.1118.3587.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 113 (44.53% from 255) = 55.94%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=12.38%
G=55.94%
B=31.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25113640.7800.430.56146.5963.7727.06
Hex1971404E02B3893401b
Octal311611001160537022310033
Binary11001111000110000001001110010101111100010010011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197140; }

 p { color: rgb(25,113,64); }

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

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

 a { background-color: rgb(25,113,64); }

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

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

 span { border-color: rgb(25,113,64); }

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