#277550

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

Shades of Salem #277550

Tints of Salem #277550

Color information

#277550 (or 0x277550) is unknown color: approx Salem. HEX triplet: 27, 75 and 50. RGB value is (39,117,80). Sum of RGB (Red+Green+Blue) = 39+117+80=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #277550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277550 is #D88AAF. Grayscale: #595959. Windows color (decimal): -14191280 or 5272871. OLE color: 5272871.

HSL color Cylindrical-coordinate representation of color #277550: hue angle of 151.54º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277550 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB3911780-
CMYK0.6700.320.54
HSL151.54º50%30.59%-
HSV(B)151.54º66.67%45.88%-
XYZ8.6513.739.78-
YUV89.46122.6692.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.53%
GREEN value IS 117 (46.09% from 255) = 49.58%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=16.53%
G=49.58%
B=33.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39117800.6700.320.54151.545030.59
Hex277550430203698321f
Octal47165120103040662306237
Binary10011111101011010000100001101000001101101001100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277550; }

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

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

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

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

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

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

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

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