#256049

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

Shades of Evening Sea #256049

Tints of Evening Sea #256049

Color information

#256049 (or 0x256049) is unknown color: approx Evening Sea. HEX triplet: 25, 60 and 49. RGB value is (37,96,73). Sum of RGB (Red+Green+Blue) = 37+96+73=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #256049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256049 is #DA9FB6. Grayscale: #4B4B4B. Windows color (decimal): -14327735 or 4808741. OLE color: 4808741.

HSL color Cylindrical-coordinate representation of color #256049: hue angle of 156.61º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #256049 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB379673-
CMYK0.6100.240.62
HSL156.61º44.36%26.08%-
HSV(B)156.61º61.46%37.65%-
XYZ6.159.247.76-
YUV75.74126.45100.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=17.96%
G=46.60%
B=35.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796730.6100.240.62156.6144.3626.08
Hex2560493D0183E9d2c1a
Octal4514011175030762355432
Binary100101110000010010011111010110001111101001110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256049; }

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

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

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

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

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

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

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

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