#207357

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

Shades of Salem #207357

Tints of Salem #207357

Color information

#207357 (or 0x207357) is unknown color: approx Salem. HEX triplet: 20, 73 and 57. RGB value is (32,115,87). Sum of RGB (Red+Green+Blue) = 32+115+87=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #207357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207357 is #DF8CA8. Grayscale: #575757. Windows color (decimal): -14650537 or 5731104. OLE color: 5731104.

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

Color convert

RGB3211587-
CMYK0.7200.240.55
HSL159.76º56.46%28.82%-
HSV(B)159.76º72.17%45.1%-
XYZ8.4513.2611.13-
YUV86.9912888.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.68%
GREEN value IS 115 (45.31% from 255) = 49.15%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=13.68%
G=49.15%
B=37.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32115870.7200.240.55159.7656.4628.82
Hex2073574801837a0381d
Octal40163127110030672407035
Binary1000001110011101011110010000110001101111010000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207357; }

 p { color: rgb(32,115,87); }

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

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

 a { background-color: rgb(32,115,87); }

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

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

 span { border-color: rgb(32,115,87); }

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