#277B55

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

Shades of Salem #277B55

Tints of Salem #277B55

Color information

#277B55 (or 0x277B55) is unknown color: approx Salem. HEX triplet: 27, 7B and 55. RGB value is (39,123,85). Sum of RGB (Red+Green+Blue) = 39+123+85=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #277B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277B55 is #D884AA. Grayscale: #5D5D5D. Windows color (decimal): -14189739 or 5602087. OLE color: 5602087.

HSL color Cylindrical-coordinate representation of color #277B55: hue angle of 152.86º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277B55 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB3912385-
CMYK0.6800.310.52
HSL152.86º51.85%31.76%-
HSV(B)152.86º68.29%48.24%-
XYZ9.5615.2511.03-
YUV93.55123.1789.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.79%
GREEN value IS 123 (48.44% from 255) = 49.80%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=15.79%
G=49.80%
B=34.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39123850.6800.310.52152.8651.8531.76
Hex277B554401F34993420
Octal47173125104037642316440
Binary10011111110111010101100010001111111010010011001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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