#277B49

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

Shades of Salem #277B49

Tints of Salem #277B49

Color information

#277B49 (or 0x277B49) is unknown color: approx Salem. HEX triplet: 27, 7B and 49. RGB value is (39,123,73). Sum of RGB (Red+Green+Blue) = 39+123+73=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #277B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277B49 is #D884B6. Grayscale: #5C5C5C. Windows color (decimal): -14189751 or 4815655. OLE color: 4815655.

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

Color convert

RGB3912373-
CMYK0.6800.410.52
HSL144.29º51.85%31.76%-
HSV(B)144.29º68.29%48.24%-
XYZ9.1215.088.73-
YUV92.18117.1790.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 123 (48.44% from 255) = 52.34%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=16.60%
G=52.34%
B=31.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39123730.6800.410.52144.2951.8531.76
Hex277B494402934903420
Octal47173111104051642206440
Binary100111111101110010011000100010100111010010010000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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