#21784C

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

Shades of Salem #21784C

Tints of Salem #21784C

Color information

#21784C (or 0x21784C) is unknown color: approx Salem. HEX triplet: 21, 78 and 4C. RGB value is (33,120,76). Sum of RGB (Red+Green+Blue) = 33+120+76=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #21784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21784C is #DE87B3. Grayscale: #595959. Windows color (decimal): -14583732 or 5011489. OLE color: 5011489.

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

Color convert

RGB3312076-
CMYK0.7200.370.53
HSL149.66º56.86%30%-
HSV(B)149.66º72.5%47.06%-
XYZ8.6514.289.14-
YUV88.97120.6888.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=14.41%
G=52.40%
B=33.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120760.7200.370.53149.6656.8630
Hex21784C480253596391e
Octal41170114110045652267136
Binary10000111110001001100100100001001011101011001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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