#20614A

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

Shades of Evening Sea #20614A

Tints of Evening Sea #20614A

Color information

#20614A (or 0x20614A) is unknown color: approx Evening Sea. HEX triplet: 20, 61 and 4A. RGB value is (32,97,74). Sum of RGB (Red+Green+Blue) = 32+97+74=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #20614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20614A is #DF9EB5. Grayscale: #4A4A4A. Windows color (decimal): -14655158 or 4874528. OLE color: 4874528.

HSL color Cylindrical-coordinate representation of color #20614A: hue angle of 158.77º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20614A is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB329774-
CMYK0.6700.240.62
HSL158.77º50.39%25.29%-
HSV(B)158.77º67.01%38.04%-
XYZ6.119.357.96-
YUV74.94127.4797.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.76%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=15.76%
G=47.78%
B=36.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3297740.6700.240.62158.7750.3925.29
Hex20614A430183E9f3219
Octal40141112103030762376231
Binary1000001100001100101010000110110001111101001111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,97,74); }

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

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

 a { background-color: rgb(32,97,74); }

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

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

 span { border-color: rgb(32,97,74); }

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