#217256

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

Shades of Salem #217256

Tints of Salem #217256

Color information

#217256 (or 0x217256) is unknown color: approx Salem. HEX triplet: 21, 72 and 56. RGB value is (33,114,86). Sum of RGB (Red+Green+Blue) = 33+114+86=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #217256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217256 is #DE8DA9. Grayscale: #565656. Windows color (decimal): -14585258 or 5665313. OLE color: 5665313.

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

Color convert

RGB3311486-
CMYK0.7100.250.55
HSL159.26º55.1%28.82%-
HSV(B)159.26º71.05%44.71%-
XYZ8.3213.0310.88-
YUV86.59127.6689.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=14.16%
G=48.93%
B=36.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114860.7100.250.55159.2655.128.82
Hex21725647019379f371d
Octal41162126107031672376735
Binary1000011110010101011010001110110011101111001111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217256; }

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

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

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

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

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

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

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

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