#277B5A

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

Shades of Salem #277B5A

Tints of Salem #277B5A

Color information

#277B5A (or 0x277B5A) is unknown color: approx Salem. HEX triplet: 27, 7B and 5A. RGB value is (39,123,90). Sum of RGB (Red+Green+Blue) = 39+123+90=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #277B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277B5A is #D884A5. Grayscale: #5E5E5E. Windows color (decimal): -14189734 or 5929767. OLE color: 5929767.

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

Color convert

RGB3912390-
CMYK0.6800.270.52
HSL156.43º51.85%31.76%-
HSV(B)156.43º68.29%48.24%-
XYZ9.7715.3412.12-
YUV94.12125.6788.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 123 (48.44% from 255) = 48.81%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=15.48%
G=48.81%
B=35.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39123900.6800.270.52156.4351.8531.76
Hex277B5A4401B349c3420
Octal47173132104033642346440
Binary10011111110111011010100010001101111010010011100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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