#207355

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

Shades of Salem #207355

Tints of Salem #207355

Color information

#207355 (or 0x207355) is unknown color: approx Salem. HEX triplet: 20, 73 and 55. RGB value is (32,115,85). Sum of RGB (Red+Green+Blue) = 32+115+85=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #207355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207355 is #DF8CAA. Grayscale: #565656. Windows color (decimal): -14650539 or 5600032. OLE color: 5600032.

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

Color convert

RGB3211585-
CMYK0.7200.260.55
HSL158.31º56.46%28.82%-
HSV(B)158.31º72.17%45.1%-
XYZ8.3713.2210.71-
YUV86.7612788.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.79%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=13.79%
G=49.57%
B=36.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32115850.7200.260.55158.3156.4628.82
Hex2073554801A379e381d
Octal40163125110032672367035
Binary1000001110011101010110010000110101101111001111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207355; }

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

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

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

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

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

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

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

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