#277E45

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

Shades of Amazon #277E45

Tints of Amazon #277E45

Color information

#277E45 (or 0x277E45) is unknown color: approx Amazon. HEX triplet: 27, 7E and 45. RGB value is (39,126,69). Sum of RGB (Red+Green+Blue) = 39+126+69=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #277E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277E45 is #D881BA. Grayscale: #5D5D5D. Windows color (decimal): -14188987 or 4554279. OLE color: 4554279.

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

Color convert

RGB3912669-
CMYK0.6900.450.51
HSL140.69º52.73%32.35%-
HSV(B)140.69º69.05%49.41%-
XYZ9.3715.788.18-
YUV93.49114.1889.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 126 (49.61% from 255) = 53.85%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=16.67%
G=53.85%
B=29.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39126690.6900.450.51140.6952.7332.35
Hex277E454502D338d3520
Octal47176105105055632156540
Binary100111111111010001011000101010110111001110001101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,126,69); }

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

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

 a { background-color: rgb(39,126,69); }

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

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

 span { border-color: rgb(39,126,69); }

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