#21784E

Color #21784E Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #21784E

Tints of Salem #21784E

Color information

#21784E (or 0x21784E) is unknown color: approx Salem. HEX triplet: 21, 78 and 4E. RGB value is (33,120,78). Sum of RGB (Red+Green+Blue) = 33+120+78=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #21784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21784E is #DE87B1. Grayscale: #595959. Windows color (decimal): -14583730 or 5142561. OLE color: 5142561.

HSL color Cylindrical-coordinate representation of color #21784E: hue angle of 151.03º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21784E is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB3312078-
CMYK0.7200.350.53
HSL151.03º56.86%30%-
HSV(B)151.03º72.5%47.06%-
XYZ8.7214.319.51-
YUV89.2121.6887.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 120 (47.27% from 255) = 51.95%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=14.29%
G=51.95%
B=33.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120780.7200.350.53151.0356.8630
Hex21784E480233597391e
Octal41170116110043652277136
Binary10000111110001001110100100001000111101011001011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21784E; }

 p { color: rgb(33,120,78); }

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

<style>
 a { background-color: #21784E; }

 a { background-color: rgb(33,120,78); }

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

<style>
 span { border-color: #21784E; }

 span { border-color: rgb(33,120,78); }

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