#218450

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

Shades of Salem #218450

Tints of Salem #218450

Color information

#218450 (or 0x218450) is unknown color: approx Salem. HEX triplet: 21, 84 and 50. RGB value is (33,132,80). Sum of RGB (Red+Green+Blue) = 33+132+80=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #218450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218450 is #DE7BAF. Grayscale: #606060. Windows color (decimal): -14580656 or 5276705. OLE color: 5276705.

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

Color convert

RGB3313280-
CMYK0.7500.390.48
HSL148.48º60%32.35%-
HSV(B)148.48º75%51.76%-
XYZ10.3317.4110.4-
YUV96.47118.782.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 132 (51.95% from 255) = 53.88%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=13.47%
G=53.88%
B=32.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33132800.7500.390.48148.486032.35
Hex2184504B02730943c20
Octal41204120113047602247440
Binary1000011000010010100001001011010011111000010010100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218450; }

 p { color: rgb(33,132,80); }

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

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

 a { background-color: rgb(33,132,80); }

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

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

 span { border-color: rgb(33,132,80); }

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