#197040

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

Shades of Dark Spring Green #197040

Tints of Dark Spring Green #197040

Color information

#197040 (or 0x197040) is unknown color: approx Dark Spring Green. HEX triplet: 19, 70 and 40. RGB value is (25,112,64). Sum of RGB (Red+Green+Blue) = 25+112+64=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #197040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197040 is #E68FBF. Grayscale: #505050. Windows color (decimal): -15110080 or 4223001. OLE color: 4223001.

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

Color convert

RGB2511264-
CMYK0.7800.430.56
HSL146.9º63.5%26.86%-
HSV(B)146.9º77.68%43.92%-
XYZ7.1212.176.82-
YUV80.52118.6888.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 112 (44.14% from 255) = 55.72%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=12.44%
G=55.72%
B=31.84%

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
Decimal25112640.7800.430.56146.963.526.86
Hex1970404E02B3893401b
Octal311601001160537022310033
Binary11001111000010000001001110010101111100010010011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197040; }

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

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

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

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

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

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

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

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