#277C50

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

Shades of Salem #277C50

Tints of Salem #277C50

Color information

#277C50 (or 0x277C50) is unknown color: approx Salem. HEX triplet: 27, 7C and 50. RGB value is (39,124,80). Sum of RGB (Red+Green+Blue) = 39+124+80=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #277C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277C50 is #D883AF. Grayscale: #5D5D5D. Windows color (decimal): -14189488 or 5274663. OLE color: 5274663.

HSL color Cylindrical-coordinate representation of color #277C50: hue angle of 148.94º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277C50 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB3912480-
CMYK0.6900.350.51
HSL148.94º52.15%31.96%-
HSV(B)148.94º68.55%48.63%-
XYZ9.4915.4310.07-
YUV93.57120.3489.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.05%
GREEN value IS 124 (48.83% from 255) = 51.03%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=16.05%
G=51.03%
B=32.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39124800.6900.350.51148.9452.1531.96
Hex277C504502333953420
Octal47174120105043632256440
Binary100111111110010100001000101010001111001110010101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,124,80); }

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

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

 a { background-color: rgb(39,124,80); }

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

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

 span { border-color: rgb(39,124,80); }

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