#217252

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

Shades of Salem #217252

Tints of Salem #217252

Color information

#217252 (or 0x217252) is unknown color: approx Salem. HEX triplet: 21, 72 and 52. RGB value is (33,114,82). Sum of RGB (Red+Green+Blue) = 33+114+82=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #217252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217252 is #DE8DAD. Grayscale: #565656. Windows color (decimal): -14585262 or 5403169. OLE color: 5403169.

HSL color Cylindrical-coordinate representation of color #217252: hue angle of 156.3º 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 #217252 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB3311482-
CMYK0.7100.280.55
HSL156.3º55.1%28.82%-
HSV(B)156.3º71.05%44.71%-
XYZ8.1712.9710.06-
YUV86.13125.6690.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=14.41%
G=49.78%
B=35.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114820.7100.280.55156.355.128.82
Hex2172524701C379c371d
Octal41162122107034672346735
Binary1000011110010101001010001110111001101111001110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217252; }

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

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

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

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

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

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

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

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