#277050

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

Shades of Salem #277050

Tints of Salem #277050

Color information

#277050 (or 0x277050) is unknown color: approx Salem. HEX triplet: 27, 70 and 50. RGB value is (39,112,80). Sum of RGB (Red+Green+Blue) = 39+112+80=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #277050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277050 is #D88FAF. Grayscale: #565656. Windows color (decimal): -14192560 or 5271591. OLE color: 5271591.

HSL color Cylindrical-coordinate representation of color #277050: hue angle of 153.7º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277050 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB3911280-
CMYK0.6500.290.56
HSL153.7º48.34%29.61%-
HSV(B)153.7º65.18%43.92%-
XYZ8.0812.69.6-
YUV86.52124.3294.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.88%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=16.88%
G=48.48%
B=34.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39112800.6500.290.56153.748.3429.61
Hex2770504101D389a301e
Octal47160120101035702326036
Binary1001111110000101000010000010111011110001001101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277050; }

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

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

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

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

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

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

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

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