#277C4E

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

Shades of Salem #277C4E

Tints of Salem #277C4E

Color information

#277C4E (or 0x277C4E) is unknown color: approx Salem. HEX triplet: 27, 7C and 4E. RGB value is (39,124,78). Sum of RGB (Red+Green+Blue) = 39+124+78=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #277C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277C4E is #D883B1. Grayscale: #5D5D5D. Windows color (decimal): -14189490 or 5143591. OLE color: 5143591.

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

Color convert

RGB3912478-
CMYK0.6900.370.51
HSL147.53º52.15%31.96%-
HSV(B)147.53º68.55%48.63%-
XYZ9.4215.49.68-
YUV93.34119.3489.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 124 (48.83% from 255) = 51.45%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=16.18%
G=51.45%
B=32.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39124780.6900.370.51147.5352.1531.96
Hex277C4E4502533943420
Octal47174116105045632246440
Binary100111111110010011101000101010010111001110010100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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