#277C47

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

Shades of Amazon #277C47

Tints of Amazon #277C47

Color information

#277C47 (or 0x277C47) is unknown color: approx Amazon. HEX triplet: 27, 7C and 47. RGB value is (39,124,71). Sum of RGB (Red+Green+Blue) = 39+124+71=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 124 (48.83% from 255 or 52.99% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 124 - color contains mainly: green. Hex color #277C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277C47 is #D883B8. Grayscale: #5C5C5C. Windows color (decimal): -14189497 or 4684839. OLE color: 4684839.

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

Color convert

RGB3912471-
CMYK0.6900.430.51
HSL142.59º52.15%31.96%-
HSV(B)142.59º68.55%48.63%-
XYZ9.1815.38.43-
YUV92.54115.8489.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 124 (48.83% from 255) = 52.99%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=16.67%
G=52.99%
B=30.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39124710.6900.430.51142.5952.1531.96
Hex277C474502B338f3420
Octal47174107105053632176440
Binary100111111110010001111000101010101111001110001111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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