#195F49

Color #195F49 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #195F49

Tints of Evening Sea #195F49

Color information

#195F49 (or 0x195F49) is unknown color: approx Evening Sea. HEX triplet: 19, 5F and 49. RGB value is (25,95,73). Sum of RGB (Red+Green+Blue) = 25+95+73=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #195F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195F49 is #E6A0B6. Grayscale: #474747. Windows color (decimal): -15114423 or 4808473. OLE color: 4808473.

HSL color Cylindrical-coordinate representation of color #195F49: hue angle of 161.14º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195F49 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB259573-
CMYK0.7400.230.63
HSL161.14º58.33%23.53%-
HSV(B)161.14º73.68%37.25%-
XYZ5.78.877.72-
YUV71.56128.8194.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 95 (37.5% from 255) = 49.22%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=12.95%
G=49.22%
B=37.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2595730.7400.230.63161.1458.3323.53
Hex195F494A0173Fa13a18
Octal31137111112027772417230
Binary110011011111100100110010100101111111111010000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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