#21784D

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

Shades of Salem #21784D

Tints of Salem #21784D

Color information

#21784D (or 0x21784D) is unknown color: approx Salem. HEX triplet: 21, 78 and 4D. RGB value is (33,120,77). Sum of RGB (Red+Green+Blue) = 33+120+77=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #21784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21784D is #DE87B2. Grayscale: #595959. Windows color (decimal): -14583731 or 5077025. OLE color: 5077025.

HSL color Cylindrical-coordinate representation of color #21784D: hue angle of 150.34º 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 #21784D is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB3312077-
CMYK0.7200.360.53
HSL150.34º56.86%30%-
HSV(B)150.34º72.5%47.06%-
XYZ8.6814.299.32-
YUV89.08121.1888-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=14.35%
G=52.17%
B=33.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120770.7200.360.53150.3456.8630
Hex21784D480243596391e
Octal41170115110044652267136
Binary10000111110001001101100100001001001101011001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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