#218251

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

Shades of Salem #218251

Tints of Salem #218251

Color information

#218251 (or 0x218251) is unknown color: approx Salem. HEX triplet: 21, 82 and 51. RGB value is (33,130,81). Sum of RGB (Red+Green+Blue) = 33+130+81=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #218251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218251 is #DE7DAE. Grayscale: #5F5F5F. Windows color (decimal): -14581167 or 5341729. OLE color: 5341729.

HSL color Cylindrical-coordinate representation of color #218251: hue angle of 149.69º 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 #218251 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB3313081-
CMYK0.7500.380.49
HSL149.69º59.51%31.96%-
HSV(B)149.69º74.62%50.98%-
XYZ10.116.8810.51-
YUV95.41119.8683.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 130 (51.17% from 255) = 53.28%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=13.52%
G=53.28%
B=33.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130810.7500.380.49149.6959.5131.96
Hex2182514B02631963c20
Octal41202121113046612267440
Binary1000011000001010100011001011010011011000110010110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218251; }

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

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

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

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

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

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

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

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