#286652

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

Shades of Evening Sea #286652

Tints of Evening Sea #286652

Color information

#286652 (or 0x286652) is unknown color: approx Evening Sea. HEX triplet: 28, 66 and 52. RGB value is (40,102,82). Sum of RGB (Red+Green+Blue) = 40+102+82=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #286652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286652 is #D799AD. Grayscale: #515151. Windows color (decimal): -14129582 or 5400104. OLE color: 5400104.

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

Color convert

RGB4010282-
CMYK0.6100.200.6
HSL160.65º43.66%27.84%-
HSV(B)160.65º60.78%40%-
XYZ7.1510.569.64-
YUV81.18128.4698.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=17.86%
G=45.54%
B=36.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102820.6100.200.6160.6543.6627.84
Hex2866523D0143Ca12c1c
Octal5014612275024742415434
Binary101000110011010100101111010101001111001010000110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286652; }

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

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

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

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

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

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

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

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