#197045

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

Shades of Dark Spring Green #197045

Tints of Dark Spring Green #197045

Color information

#197045 (or 0x197045) is unknown color: approx Dark Spring Green. HEX triplet: 19, 70 and 45. RGB value is (25,112,69). Sum of RGB (Red+Green+Blue) = 25+112+69=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #197045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197045 is #E68FBA. Grayscale: #515151. Windows color (decimal): -15110075 or 4550681. OLE color: 4550681.

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

Color convert

RGB2511269-
CMYK0.7800.380.56
HSL150.34º63.5%26.86%-
HSV(B)150.34º77.68%43.92%-
XYZ7.2712.227.61-
YUV81.08121.1888-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 112 (44.14% from 255) = 54.37%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=12.14%
G=54.37%
B=33.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112690.7800.380.56150.3463.526.86
Hex1970454E0263896401b
Octal311601051160467022610033
Binary11001111000010001011001110010011011100010010110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197045; }

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

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

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

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

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

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

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

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