#21614A

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

Shades of Evening Sea #21614A

Tints of Evening Sea #21614A

Color information

#21614A (or 0x21614A) is unknown color: approx Evening Sea. HEX triplet: 21, 61 and 4A. RGB value is (33,97,74). Sum of RGB (Red+Green+Blue) = 33+97+74=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #21614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21614A is #DE9EB5. Grayscale: #4B4B4B. Windows color (decimal): -14589622 or 4874529. OLE color: 4874529.

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

Color convert

RGB339774-
CMYK0.6600.240.62
HSL158.44º49.23%25.49%-
HSV(B)158.44º65.98%38.04%-
XYZ6.149.377.96-
YUV75.24127.397.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=16.18%
G=47.55%
B=36.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3397740.6600.240.62158.4449.2325.49
Hex21614A420183E9e3119
Octal41141112102030762366131
Binary1000011100001100101010000100110001111101001111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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