#277B4E

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

Shades of Salem #277B4E

Tints of Salem #277B4E

Color information

#277B4E (or 0x277B4E) is unknown color: approx Salem. HEX triplet: 27, 7B and 4E. RGB value is (39,123,78). Sum of RGB (Red+Green+Blue) = 39+123+78=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #277B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277B4E is #D884B1. Grayscale: #5C5C5C. Windows color (decimal): -14189746 or 5143335. OLE color: 5143335.

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

Color convert

RGB3912378-
CMYK0.6800.370.52
HSL147.86º51.85%31.76%-
HSV(B)147.86º68.29%48.24%-
XYZ9.2915.159.64-
YUV92.75119.6789.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.25%
GREEN value IS 123 (48.44% from 255) = 51.25%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=16.25%
G=51.25%
B=32.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39123780.6800.370.52147.8651.8531.76
Hex277B4E4402534943420
Octal47173116104045642246440
Binary100111111101110011101000100010010111010010010100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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