#256550

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

Shades of Evening Sea #256550

Tints of Evening Sea #256550

Color information

#256550 (or 0x256550) is unknown color: approx Evening Sea. HEX triplet: 25, 65 and 50. RGB value is (37,101,80). Sum of RGB (Red+Green+Blue) = 37+101+80=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #256550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256550 is #DA9AAF. Grayscale: #4F4F4F. Windows color (decimal): -14326448 or 5268773. OLE color: 5268773.

HSL color Cylindrical-coordinate representation of color #256550: hue angle of 160.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256550 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB3710180-
CMYK0.6300.210.60
HSL160.31º46.38%27.06%-
HSV(B)160.31º63.37%39.61%-
XYZ6.8610.289.21-
YUV79.47128.397.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=16.97%
G=46.33%
B=36.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37101800.6300.210.60160.3146.3827.06
Hex2565503F0153Ca02e1b
Octal4514512077025742405633
Binary100101110010110100001111110101011111001010000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256550; }

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

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

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

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

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

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

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

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