#21864B

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

Shades of Salem #21864B

Tints of Salem #21864B

Color information

#21864B (or 0x21864B) is unknown color: approx Salem. HEX triplet: 21, 86 and 4B. RGB value is (33,134,75). Sum of RGB (Red+Green+Blue) = 33+134+75=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #21864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21864B is #DE79B4. Grayscale: #616161. Windows color (decimal): -14580149 or 4949537. OLE color: 4949537.

HSL color Cylindrical-coordinate representation of color #21864B: hue angle of 144.95º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21864B is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB3313475-
CMYK0.7500.440.47
HSL144.95º60.48%32.75%-
HSV(B)144.95º75.37%52.55%-
XYZ10.4217.889.56-
YUV97.08115.5482.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 134 (52.73% from 255) = 55.37%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=13.64%
G=55.37%
B=30.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33134750.7500.440.47144.9560.4832.75
Hex21864B4B02C2F913c21
Octal41206113113054572217441
Binary1000011000011010010111001011010110010111110010001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21864B; }

 p { color: rgb(33,134,75); }

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

<style>
 a { background-color: #21864B; }

 a { background-color: rgb(33,134,75); }

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

<style>
 span { border-color: #21864B; }

 span { border-color: rgb(33,134,75); }

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