#277B56

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

Shades of Salem #277B56

Tints of Salem #277B56

Color information

#277B56 (or 0x277B56) is unknown color: approx Salem. HEX triplet: 27, 7B and 56. RGB value is (39,123,86). Sum of RGB (Red+Green+Blue) = 39+123+86=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 123 (48.44% from 255 or 49.60% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 123 - color contains mainly: green. Hex color #277B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277B56 is #D884A9. Grayscale: #5D5D5D. Windows color (decimal): -14189738 or 5667623. OLE color: 5667623.

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

Color convert

RGB3912386-
CMYK0.6800.300.52
HSL153.57º51.85%31.76%-
HSV(B)153.57º68.29%48.24%-
XYZ9.615.2711.25-
YUV93.67123.6789.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 123 (48.44% from 255) = 49.60%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=15.73%
G=49.60%
B=34.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39123860.6800.300.52153.5751.8531.76
Hex277B564401E349a3420
Octal47173126104036642326440
Binary10011111110111010110100010001111011010010011010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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