#21784F

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

Shades of Salem #21784F

Tints of Salem #21784F

Color information

#21784F (or 0x21784F) is unknown color: approx Salem. HEX triplet: 21, 78 and 4F. RGB value is (33,120,79). Sum of RGB (Red+Green+Blue) = 33+120+79=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #21784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21784F is #DE87B0. Grayscale: #595959. Windows color (decimal): -14583729 or 5208097. OLE color: 5208097.

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

Color convert

RGB3312079-
CMYK0.7200.340.53
HSL151.72º56.86%30%-
HSV(B)151.72º72.5%47.06%-
XYZ8.7514.329.7-
YUV89.31122.1887.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 120 (47.27% from 255) = 51.72%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=14.22%
G=51.72%
B=34.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120790.7200.340.53151.7256.8630
Hex21784F480223598391e
Octal41170117110042652307136
Binary10000111110001001111100100001000101101011001100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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