#19604A

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

Shades of Evening Sea #19604A

Tints of Evening Sea #19604A

Color information

#19604A (or 0x19604A) is unknown color: approx Evening Sea. HEX triplet: 19, 60 and 4A. RGB value is (25,96,74). Sum of RGB (Red+Green+Blue) = 25+96+74=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #19604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19604A is #E69FB5. Grayscale: #484848. Windows color (decimal): -15114166 or 4874265. OLE color: 4874265.

HSL color Cylindrical-coordinate representation of color #19604A: hue angle of 161.41º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19604A is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB259674-
CMYK0.7400.230.62
HSL161.41º58.68%23.73%-
HSV(B)161.41º73.96%37.65%-
XYZ5.829.077.92-
YUV72.26128.9894.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=12.82%
G=49.23%
B=37.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596740.7400.230.62161.4158.6823.73
Hex19604A4A0173Ea13b18
Octal31140112112027762417330
Binary110011100000100101010010100101111111101010000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19604A; }

 p { color: rgb(25,96,74); }

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

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

 a { background-color: rgb(25,96,74); }

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

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

 span { border-color: rgb(25,96,74); }

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