#207B55

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

Shades of Salem #207B55

Tints of Salem #207B55

Color information

#207B55 (or 0x207B55) is unknown color: approx Salem. HEX triplet: 20, 7B and 55. RGB value is (32,123,85). Sum of RGB (Red+Green+Blue) = 32+123+85=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #207B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207B55 is #DF84AA. Grayscale: #5B5B5B. Windows color (decimal): -14648491 or 5602080. OLE color: 5602080.

HSL color Cylindrical-coordinate representation of color #207B55: hue angle of 154.95º 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 #207B55 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB3212385-
CMYK0.7400.310.52
HSL154.95º58.71%30.39%-
HSV(B)154.95º73.98%48.24%-
XYZ9.3215.1311.02-
YUV91.46124.3585.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 123 (48.44% from 255) = 51.25%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=13.33%
G=51.25%
B=35.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32123850.7400.310.52154.9558.7130.39
Hex207B554A01F349b3b1e
Octal40173125112037642337336
Binary1000001111011101010110010100111111101001001101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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