#286650

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

Shades of Evening Sea #286650

Tints of Evening Sea #286650

Color information

#286650 (or 0x286650) is unknown color: approx Evening Sea. HEX triplet: 28, 66 and 50. RGB value is (40,102,80). Sum of RGB (Red+Green+Blue) = 40+102+80=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #286650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286650 is #D799AF. Grayscale: #505050. Windows color (decimal): -14129584 or 5269032. OLE color: 5269032.

HSL color Cylindrical-coordinate representation of color #286650: hue angle of 158.71º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #286650 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB4010280-
CMYK0.6100.220.6
HSL158.71º43.66%27.84%-
HSV(B)158.71º60.78%40%-
XYZ7.0710.539.25-
YUV80.95127.4698.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.02%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=18.02%
G=45.95%
B=36.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102800.6100.220.6158.7143.6627.84
Hex2866503D0163C9f2c1c
Octal5014612075026742375434
Binary101000110011010100001111010101101111001001111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286650; }

 p { color: rgb(40,102,80); }

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

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

 a { background-color: rgb(40,102,80); }

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

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

 span { border-color: rgb(40,102,80); }

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