#217E4B

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

Shades of Salem #217E4B

Tints of Salem #217E4B

Color information

#217E4B (or 0x217E4B) is unknown color: approx Salem. HEX triplet: 21, 7E and 4B. RGB value is (33,126,75). Sum of RGB (Red+Green+Blue) = 33+126+75=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #217E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217E4B is #DE81B4. Grayscale: #5C5C5C. Windows color (decimal): -14582197 or 4947489. OLE color: 4947489.

HSL color Cylindrical-coordinate representation of color #217E4B: hue angle of 147.1º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217E4B is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB3312675-
CMYK0.7400.400.51
HSL147.1º58.49%31.18%-
HSV(B)147.1º73.81%49.41%-
XYZ9.3615.759.2-
YUV92.38118.1985.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 126 (49.61% from 255) = 53.85%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=14.10%
G=53.85%
B=32.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33126750.7400.400.51147.158.4931.18
Hex217E4B4A02833933a1f
Octal41176113112050632237237
Binary10000111111101001011100101001010001100111001001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217E4B; }

 p { color: rgb(33,126,75); }

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

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

 a { background-color: rgb(33,126,75); }

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

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

 span { border-color: rgb(33,126,75); }

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