#21764F

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

Shades of Salem #21764F

Tints of Salem #21764F

Color information

#21764F (or 0x21764F) is unknown color: approx Salem. HEX triplet: 21, 76 and 4F. RGB value is (33,118,79). Sum of RGB (Red+Green+Blue) = 33+118+79=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #21764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21764F is #DE89B0. Grayscale: #585858. Windows color (decimal): -14584241 or 5207585. OLE color: 5207585.

HSL color Cylindrical-coordinate representation of color #21764F: hue angle of 152.47º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21764F is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB3311879-
CMYK0.7200.330.54
HSL152.47º56.29%29.61%-
HSV(B)152.47º72.03%46.27%-
XYZ8.5213.849.62-
YUV88.14122.8488.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=14.35%
G=51.30%
B=34.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33118790.7200.330.54152.4756.2929.61
Hex21764F480213698381e
Octal41166117110041662307036
Binary10000111101101001111100100001000011101101001100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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