#218548

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

Shades of Salem #218548

Tints of Salem #218548

Color information

#218548 (or 0x218548) is unknown color: approx Salem. HEX triplet: 21, 85 and 48. RGB value is (33,133,72). Sum of RGB (Red+Green+Blue) = 33+133+72=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #218548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218548 is #DE7AB7. Grayscale: #606060. Windows color (decimal): -14580408 or 4752673. OLE color: 4752673.

HSL color Cylindrical-coordinate representation of color #218548: hue angle of 143.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218548 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB3313372-
CMYK0.7500.460.48
HSL143.4º60.24%32.55%-
HSV(B)143.4º75.19%52.16%-
XYZ10.1817.578.98-
YUV96.15114.3782.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 133 (52.34% from 255) = 55.88%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=13.87%
G=55.88%
B=30.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33133720.7500.460.48143.460.2432.55
Hex2185484B02E308f3c21
Octal41205110113056602177441
Binary1000011000010110010001001011010111011000010001111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218548; }

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

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

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

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

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

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

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

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