#21544A

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

Shades of Evening Sea #21544A

Tints of Evening Sea #21544A

Color information

#21544A (or 0x21544A) is unknown color: approx Evening Sea. HEX triplet: 21, 54 and 4A. RGB value is (33,84,74). Sum of RGB (Red+Green+Blue) = 33+84+74=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #21544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21544A is #DEABB5. Grayscale: #434343. Windows color (decimal): -14592950 or 4871201. OLE color: 4871201.

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

Color convert

RGB338474-
CMYK0.6100.120.67
HSL168.24º43.59%22.94%-
HSV(B)168.24º60.71%32.94%-
XYZ5.037.167.59-
YUV67.61131.6103.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=17.28%
G=43.98%
B=38.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384740.6100.120.67168.2443.5922.94
Hex21544A3D0C43a82c17
Octal41124112750141032505427
Binary100001101010010010101111010110010000111010100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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