#255E49

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

Shades of Evening Sea #255E49

Tints of Evening Sea #255E49

Color information

#255E49 (or 0x255E49) is unknown color: approx Evening Sea. HEX triplet: 25, 5E and 49. RGB value is (37,94,73). Sum of RGB (Red+Green+Blue) = 37+94+73=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 94 - color contains mainly: green. Hex color #255E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255E49 is #DAA1B6. Grayscale: #4A4A4A. Windows color (decimal): -14328247 or 4808229. OLE color: 4808229.

HSL color Cylindrical-coordinate representation of color #255E49: hue angle of 157.89º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255E49 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB379473-
CMYK0.6100.220.63
HSL157.89º43.51%25.69%-
HSV(B)157.89º60.64%36.86%-
XYZ5.978.887.7-
YUV74.56127.12101.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 94 (37.11% from 255) = 46.08%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=18.14%
G=46.08%
B=35.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3794730.6100.220.63157.8943.5125.69
Hex255E493D0163F9e2c1a
Octal4513611175026772365432
Binary100101101111010010011111010101101111111001111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255E49; }

 p { color: rgb(37,94,73); }

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

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

 a { background-color: rgb(37,94,73); }

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

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

 span { border-color: rgb(37,94,73); }

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