#21815B

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

Shades of Salem #21815B

Tints of Salem #21815B

Color information

#21815B (or 0x21815B) is unknown color: approx Salem. HEX triplet: 21, 81 and 5B. RGB value is (33,129,91). Sum of RGB (Red+Green+Blue) = 33+129+91=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #21815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21815B is #DE7EA4. Grayscale: #606060. Windows color (decimal): -14581413 or 5996833. OLE color: 5996833.

HSL color Cylindrical-coordinate representation of color #21815B: hue angle of 156.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21815B is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB3312991-
CMYK0.7400.290.49
HSL156.25º59.26%31.76%-
HSV(B)156.25º74.42%50.59%-
XYZ10.3716.7812.59-
YUV95.96125.283.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=13.04%
G=50.99%
B=35.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33129910.7400.290.49156.2559.2631.76
Hex21815B4A01D319c3b20
Octal41201133112035612347340
Binary100001100000011011011100101001110111000110011100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,129,91); }

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

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

 a { background-color: rgb(33,129,91); }

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

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

 span { border-color: rgb(33,129,91); }

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