#256850

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

Shades of Evening Sea #256850

Tints of Evening Sea #256850

Color information

#256850 (or 0x256850) is unknown color: approx Evening Sea. HEX triplet: 25, 68 and 50. RGB value is (37,104,80). Sum of RGB (Red+Green+Blue) = 37+104+80=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #256850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256850 is #DA97AF. Grayscale: #515151. Windows color (decimal): -14325680 or 5269541. OLE color: 5269541.

HSL color Cylindrical-coordinate representation of color #256850: hue angle of 158.51º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256850 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB3710480-
CMYK0.6400.230.59
HSL158.51º47.52%27.65%-
HSV(B)158.51º64.42%40.78%-
XYZ7.1610.879.31-
YUV81.23127.396.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 104 (41.02% from 255) = 47.06%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=16.74%
G=47.06%
B=36.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37104800.6400.230.59158.5147.5227.65
Hex256850400173B9f301c
Octal45150120100027732376034
Binary1001011101000101000010000000101111110111001111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256850; }

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

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

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

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

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

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

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

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