#218342

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

Shades of Salem #218342

Tints of Salem #218342

Color information

#218342 (or 0x218342) is unknown color: approx Salem. HEX triplet: 21, 83 and 42. RGB value is (33,131,66). Sum of RGB (Red+Green+Blue) = 33+131+66=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #218342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218342 is #DE7CBD. Grayscale: #5E5E5E. Windows color (decimal): -14580926 or 4358945. OLE color: 4358945.

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

Color convert

RGB3313166-
CMYK0.7500.500.49
HSL140.2º59.76%32.16%-
HSV(B)140.2º74.81%51.37%-
XYZ9.7316.957.91-
YUV94.29112.0384.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 131 (51.56% from 255) = 56.96%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=14.35%
G=56.96%
B=28.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33131660.7500.500.49140.259.7632.16
Hex2183424B032318c3c20
Octal41203102113062612147440
Binary1000011000001110000101001011011001011000110001100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218342; }

 p { color: rgb(33,131,66); }

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

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

 a { background-color: rgb(33,131,66); }

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

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

 span { border-color: rgb(33,131,66); }

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