#217251

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

Shades of Salem #217251

Tints of Salem #217251

Color information

#217251 (or 0x217251) is unknown color: approx Salem. HEX triplet: 21, 72 and 51. RGB value is (33,114,81). Sum of RGB (Red+Green+Blue) = 33+114+81=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #217251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217251 is #DE8DAE. Grayscale: #565656. Windows color (decimal): -14585263 or 5337633. OLE color: 5337633.

HSL color Cylindrical-coordinate representation of color #217251: hue angle of 155.56º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217251 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB3311481-
CMYK0.7100.290.55
HSL155.56º55.1%28.82%-
HSV(B)155.56º71.05%44.71%-
XYZ8.1312.959.86-
YUV86.02125.1690.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=14.47%
G=50%
B=35.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114810.7100.290.55155.5655.128.82
Hex2172514701D379c371d
Octal41162121107035672346735
Binary1000011110010101000110001110111011101111001110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217251; }

 p { color: rgb(33,114,81); }

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

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

 a { background-color: rgb(33,114,81); }

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

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

 span { border-color: rgb(33,114,81); }

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