#197349

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

Shades of Dark Spring Green #197349

Tints of Dark Spring Green #197349

Color information

#197349 (or 0x197349) is unknown color: approx Dark Spring Green. HEX triplet: 19, 73 and 49. RGB value is (25,115,73). Sum of RGB (Red+Green+Blue) = 25+115+73=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #197349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197349 is #E68CB6. Grayscale: #535353. Windows color (decimal): -15109303 or 4813593. OLE color: 4813593.

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

Color convert

RGB2511573-
CMYK0.7800.370.55
HSL152º64.29%27.45%-
HSV(B)152º78.26%45.1%-
XYZ7.7312.958.4-
YUV83.3122.1886.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 115 (45.31% from 255) = 53.99%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=11.74%
G=53.99%
B=34.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25115730.7800.370.5515264.2927.45
Hex1973494E0253798401b
Octal311631111160456723010033
Binary11001111001110010011001110010010111011110011000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197349; }

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

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

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

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

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

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

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

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