#277A58

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

Shades of Salem #277A58

Tints of Salem #277A58

Color information

#277A58 (or 0x277A58) is unknown color: approx Salem. HEX triplet: 27, 7A and 58. RGB value is (39,122,88). Sum of RGB (Red+Green+Blue) = 39+122+88=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #277A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277A58 is #D885A7. Grayscale: #5D5D5D. Windows color (decimal): -14189992 or 5798439. OLE color: 5798439.

HSL color Cylindrical-coordinate representation of color #277A58: hue angle of 155.42º 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 #277A58 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB3912288-
CMYK0.6800.280.52
HSL155.42º51.55%31.57%-
HSV(B)155.42º68.03%47.84%-
XYZ9.5615.0511.63-
YUV93.3112589.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.66%
GREEN value IS 122 (48.05% from 255) = 49.00%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=15.66%
G=49.00%
B=35.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39122880.6800.280.52155.4251.5531.57
Hex277A584401C349b3420
Octal47172130104034642336440
Binary10011111110101011000100010001110011010010011011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,122,88); }

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

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

 a { background-color: rgb(39,122,88); }

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

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

 span { border-color: rgb(39,122,88); }

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