#255949

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

Shades of Evening Sea #255949

Tints of Evening Sea #255949

Color information

#255949 (or 0x255949) is unknown color: approx Evening Sea. HEX triplet: 25, 59 and 49. RGB value is (37,89,73). Sum of RGB (Red+Green+Blue) = 37+89+73=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #255949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255949 is #DAA6B6. Grayscale: #474747. Windows color (decimal): -14329527 or 4806949. OLE color: 4806949.

HSL color Cylindrical-coordinate representation of color #255949: hue angle of 161.54º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255949 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB378973-
CMYK0.5800.180.65
HSL161.54º41.27%24.71%-
HSV(B)161.54º58.43%34.9%-
XYZ5.548.027.56-
YUV71.63128.77103.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 89 (35.16% from 255) = 44.72%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=18.59%
G=44.72%
B=36.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3789730.5800.180.65161.5441.2724.71
Hex2559493A01241a22919
Octal45131111720221012425131
Binary1001011011001100100111101001001010000011010001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255949; }

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

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

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

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

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

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

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

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