#28544A

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

Shades of Evening Sea #28544A

Tints of Evening Sea #28544A

Color information

#28544A (or 0x28544A) is unknown color: approx Evening Sea. HEX triplet: 28, 54 and 4A. RGB value is (40,84,74). Sum of RGB (Red+Green+Blue) = 40+84+74=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #28544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28544A is #D7ABB5. Grayscale: #454545. Windows color (decimal): -14134198 or 4871208. OLE color: 4871208.

HSL color Cylindrical-coordinate representation of color #28544A: hue angle of 166.36º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #28544A is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB408474-
CMYK0.5200.120.67
HSL166.36º35.48%24.31%-
HSV(B)166.36º52.38%32.94%-
XYZ5.287.297.61-
YUV69.7130.42106.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 84 (33.20% from 255) = 42.42%
BLUE value IS 74 (29.30% from 255) = 37.37%
R=20.20%
G=42.42%
B=37.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4084740.5200.120.67166.3635.4824.31
Hex28544A340C43a62318
Octal50124112640141032464330
Binary101000101010010010101101000110010000111010011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28544A; }

 p { color: rgb(40,84,74); }

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

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

 a { background-color: rgb(40,84,74); }

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

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

 span { border-color: rgb(40,84,74); }

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