#197342

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

Shades of Dark Spring Green #197342

Tints of Dark Spring Green #197342

Color information

#197342 (or 0x197342) is unknown color: approx Dark Spring Green. HEX triplet: 19, 73 and 42. RGB value is (25,115,66). Sum of RGB (Red+Green+Blue) = 25+115+66=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #197342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197342 is #E68CBD. Grayscale: #525252. Windows color (decimal): -15109310 or 4354841. OLE color: 4354841.

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

Color convert

RGB2511566-
CMYK0.7800.430.55
HSL147.33º64.29%27.45%-
HSV(B)147.33º78.26%45.1%-
XYZ7.5212.867.24-
YUV82.5118.6886.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 115 (45.31% from 255) = 55.83%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=12.14%
G=55.83%
B=32.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25115660.7800.430.55147.3364.2927.45
Hex1973424E02B3793401b
Octal311631021160536722310033
Binary11001111001110000101001110010101111011110010011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197342; }

 p { color: rgb(25,115,66); }

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

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

 a { background-color: rgb(25,115,66); }

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

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

 span { border-color: rgb(25,115,66); }

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