#207B53

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

Shades of Salem #207B53

Tints of Salem #207B53

Color information

#207B53 (or 0x207B53) is unknown color: approx Salem. HEX triplet: 20, 7B and 53. RGB value is (32,123,83). Sum of RGB (Red+Green+Blue) = 32+123+83=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #207B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207B53 is #DF84AC. Grayscale: #5B5B5B. Windows color (decimal): -14648493 or 5471008. OLE color: 5471008.

HSL color Cylindrical-coordinate representation of color #207B53: hue angle of 153.63º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207B53 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB3212383-
CMYK0.7400.330.52
HSL153.63º58.71%30.39%-
HSV(B)153.63º73.98%48.24%-
XYZ9.2415.110.61-
YUV91.23123.3585.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.45%
GREEN value IS 123 (48.44% from 255) = 51.68%
BLUE value IS 83 (32.81% from 255) = 34.87%
R=13.45%
G=51.68%
B=34.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32123830.7400.330.52153.6358.7130.39
Hex207B534A021349a3b1e
Octal40173123112041642327336
Binary10000011110111010011100101001000011101001001101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207B53; }

 p { color: rgb(32,123,83); }

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

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

 a { background-color: rgb(32,123,83); }

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

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

 span { border-color: rgb(32,123,83); }

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