#21574A

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

Shades of Evening Sea #21574A

Tints of Evening Sea #21574A

Color information

#21574A (or 0x21574A) is unknown color: approx Evening Sea. HEX triplet: 21, 57 and 4A. RGB value is (33,87,74). Sum of RGB (Red+Green+Blue) = 33+87+74=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 87 - color contains mainly: green. Hex color #21574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21574A is #DEA8B5. Grayscale: #454545. Windows color (decimal): -14592182 or 4871969. OLE color: 4871969.

HSL color Cylindrical-coordinate representation of color #21574A: hue angle of 165.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21574A is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB338774-
CMYK0.6200.150.66
HSL165.56º45%23.53%-
HSV(B)165.56º62.07%34.12%-
XYZ5.277.637.67-
YUV69.37130.61102.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 87 (34.38% from 255) = 44.85%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=17.01%
G=44.85%
B=38.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3387740.6200.150.66165.564523.53
Hex21574A3E0F42a62d18
Octal41127112760171022465530
Binary100001101011110010101111100111110000101010011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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