#277C4A

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

Shades of Salem #277C4A

Tints of Salem #277C4A

Color information

#277C4A (or 0x277C4A) is unknown color: approx Salem. HEX triplet: 27, 7C and 4A. RGB value is (39,124,74). Sum of RGB (Red+Green+Blue) = 39+124+74=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #277C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277C4A is #D883B5. Grayscale: #5D5D5D. Windows color (decimal): -14189494 or 4881447. OLE color: 4881447.

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

Color convert

RGB3912474-
CMYK0.6900.400.51
HSL144.71º52.15%31.96%-
HSV(B)144.71º68.55%48.63%-
XYZ9.2815.348.95-
YUV92.88117.3489.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.46%
GREEN value IS 124 (48.83% from 255) = 52.32%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=16.46%
G=52.32%
B=31.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39124740.6900.400.51144.7152.1531.96
Hex277C4A4502833913420
Octal47174112105050632216440
Binary100111111110010010101000101010100011001110010001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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