#256050

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

Shades of Evening Sea #256050

Tints of Evening Sea #256050

Color information

#256050 (or 0x256050) is unknown color: approx Evening Sea. HEX triplet: 25, 60 and 50. RGB value is (37,96,80). Sum of RGB (Red+Green+Blue) = 37+96+80=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #256050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256050 is #DA9FAF. Grayscale: #4C4C4C. Windows color (decimal): -14327728 or 5267493. OLE color: 5267493.

HSL color Cylindrical-coordinate representation of color #256050: hue angle of 163.73º 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 #256050 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB379680-
CMYK0.6100.170.62
HSL163.73º44.36%26.08%-
HSV(B)163.73º61.46%37.65%-
XYZ6.399.349.05-
YUV76.54129.9599.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=17.37%
G=45.07%
B=37.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796800.6100.170.62163.7344.3626.08
Hex2560503D0113Ea42c1a
Octal4514012075021762445432
Binary100101110000010100001111010100011111101010010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256050; }

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

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

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

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

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

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

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

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