#21824D

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

Shades of Salem #21824D

Tints of Salem #21824D

Color information

#21824D (or 0x21824D) is unknown color: approx Salem. HEX triplet: 21, 82 and 4D. RGB value is (33,130,77). Sum of RGB (Red+Green+Blue) = 33+130+77=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #21824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21824D is #DE7DB2. Grayscale: #5F5F5F. Windows color (decimal): -14581171 or 5079585. OLE color: 5079585.

HSL color Cylindrical-coordinate representation of color #21824D: hue angle of 147.22º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21824D is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB3313077-
CMYK0.7500.410.49
HSL147.22º59.51%31.96%-
HSV(B)147.22º74.62%50.98%-
XYZ9.9516.829.74-
YUV94.96117.8683.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 130 (51.17% from 255) = 54.17%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=13.75%
G=54.17%
B=32.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130770.7500.410.49147.2259.5131.96
Hex21824D4B02931933c20
Octal41202115113051612237440
Binary1000011000001010011011001011010100111000110010011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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