#218648

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

Shades of Salem #218648

Tints of Salem #218648

Color information

#218648 (or 0x218648) is unknown color: approx Salem. HEX triplet: 21, 86 and 48. RGB value is (33,134,72). Sum of RGB (Red+Green+Blue) = 33+134+72=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #218648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218648 is #DE79B7. Grayscale: #606060. Windows color (decimal): -14580152 or 4752929. OLE color: 4752929.

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

Color convert

RGB3313472-
CMYK0.7500.460.47
HSL143.17º60.48%32.75%-
HSV(B)143.17º75.37%52.55%-
XYZ10.3217.849.03-
YUV96.73114.0482.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 134 (52.73% from 255) = 56.07%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=13.81%
G=56.07%
B=30.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33134720.7500.460.47143.1760.4832.75
Hex2186484B02E2F8f3c21
Octal41206110113056572177441
Binary1000011000011010010001001011010111010111110001111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218648; }

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

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

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

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

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

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

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

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