#20574B

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

Shades of Evening Sea #20574B

Tints of Evening Sea #20574B

Color information

#20574B (or 0x20574B) is unknown color: approx Evening Sea. HEX triplet: 20, 57 and 4B. RGB value is (32,87,75). Sum of RGB (Red+Green+Blue) = 32+87+75=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 87 - color contains mainly: green. Hex color #20574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20574B is #DFA8B4. Grayscale: #454545. Windows color (decimal): -14657717 or 4937504. OLE color: 4937504.

HSL color Cylindrical-coordinate representation of color #20574B: hue angle of 166.91º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20574B is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB328775-
CMYK0.6300.140.66
HSL166.91º46.22%23.33%-
HSV(B)166.91º63.22%34.12%-
XYZ5.277.637.85-
YUV69.19131.28101.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 87 (34.38% from 255) = 44.85%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=16.49%
G=44.85%
B=38.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3287750.6300.140.66166.9146.2223.33
Hex20574B3F0E42a72e17
Octal40127113770161022475627
Binary100000101011110010111111110111010000101010011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20574B; }

 p { color: rgb(32,87,75); }

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

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

 a { background-color: rgb(32,87,75); }

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

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

 span { border-color: rgb(32,87,75); }

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