#218249

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

Shades of Salem #218249

Tints of Salem #218249

Color information

#218249 (or 0x218249) is unknown color: approx Salem. HEX triplet: 21, 82 and 49. RGB value is (33,130,73). Sum of RGB (Red+Green+Blue) = 33+130+73=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #218249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218249 is #DE7DB6. Grayscale: #5E5E5E. Windows color (decimal): -14581175 or 4817441. OLE color: 4817441.

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

Color convert

RGB3313073-
CMYK0.7500.440.49
HSL144.74º59.51%31.96%-
HSV(B)144.74º74.62%50.98%-
XYZ9.8116.779.02-
YUV94.5115.8684.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=13.98%
G=55.08%
B=30.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130730.7500.440.49144.7459.5131.96
Hex2182494B02C31913c20
Octal41202111113054612217440
Binary1000011000001010010011001011010110011000110010001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218249; }

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

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

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

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

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

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

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

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