#218242

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

Shades of Salem #218242

Tints of Salem #218242

Color information

#218242 (or 0x218242) is unknown color: approx Salem. HEX triplet: 21, 82 and 42. RGB value is (33,130,66). Sum of RGB (Red+Green+Blue) = 33+130+66=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #218242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218242 is #DE7DBD. Grayscale: #5D5D5D. Windows color (decimal): -14581182 or 4358689. OLE color: 4358689.

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

Color convert

RGB3313066-
CMYK0.7500.490.49
HSL140.41º59.51%31.96%-
HSV(B)140.41º74.62%50.98%-
XYZ9.5916.687.87-
YUV93.7112.3684.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 130 (51.17% from 255) = 56.77%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=14.41%
G=56.77%
B=28.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130660.7500.490.49140.4159.5131.96
Hex2182424B031318c3c20
Octal41202102113061612147440
Binary1000011000001010000101001011011000111000110001100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218242; }

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

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

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

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

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

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

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

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