#196F49

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

Shades of Dark Spring Green #196F49

Tints of Dark Spring Green #196F49

Color information

#196F49 (or 0x196F49) is unknown color: approx Dark Spring Green. HEX triplet: 19, 6F and 49. RGB value is (25,111,73). Sum of RGB (Red+Green+Blue) = 25+111+73=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #196F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196F49 is #E690B6. Grayscale: #515151. Windows color (decimal): -15110327 or 4812569. OLE color: 4812569.

HSL color Cylindrical-coordinate representation of color #196F49: hue angle of 153.49º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196F49 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB2511173-
CMYK0.7700.340.56
HSL153.49º63.24%26.67%-
HSV(B)153.49º77.48%43.53%-
XYZ7.2912.068.25-
YUV80.95123.5188.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 111 (43.75% from 255) = 53.11%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=11.96%
G=53.11%
B=34.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25111730.7700.340.56153.4963.2426.67
Hex196F494D02238993f1b
Octal31157111115042702317733
Binary1100111011111001001100110101000101110001001100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196F49; }

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

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

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

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

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

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

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

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