#216549

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

Shades of Evening Sea #216549

Tints of Evening Sea #216549

Color information

#216549 (or 0x216549) is unknown color: approx Evening Sea. HEX triplet: 21, 65 and 49. RGB value is (33,101,73). Sum of RGB (Red+Green+Blue) = 33+101+73=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #216549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216549 is #DE9AB6. Grayscale: #4D4D4D. Windows color (decimal): -14588599 or 4810017. OLE color: 4810017.

HSL color Cylindrical-coordinate representation of color #216549: hue angle of 155.29º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216549 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB3310173-
CMYK0.6700.280.60
HSL155.29º50.75%26.27%-
HSV(B)155.29º67.33%39.61%-
XYZ6.4810.117.91-
YUV77.48125.4796.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 101 (39.84% from 255) = 48.79%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=15.94%
G=48.79%
B=35.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33101730.6700.280.60155.2950.7526.27
Hex2165494301C3C9b331a
Octal41145111103034742336332
Binary1000011100101100100110000110111001111001001101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216549; }

 p { color: rgb(33,101,73); }

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

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

 a { background-color: rgb(33,101,73); }

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

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

 span { border-color: rgb(33,101,73); }

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