#428053

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

Shades of Amazon #428053

Tints of Amazon #428053

Color information

#428053 (or 0x428053) is unknown color: approx Amazon. HEX triplet: 42, 80 and 53. RGB value is (66,128,83). Sum of RGB (Red+Green+Blue) = 66+128+83=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #428053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428053 is #BD7FAC. Grayscale: #686868. Windows color (decimal): -12418989 or 5472322. OLE color: 5472322.

HSL color Cylindrical-coordinate representation of color #428053: hue angle of 136.45º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #428053 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB6612883-
CMYK0.4800.350.50
HSL136.45º31.96%38.04%-
HSV(B)136.45º48.44%50.2%-
XYZ11.5317.2210.9-
YUV104.33115.96100.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 83 (32.81% from 255) = 29.96%
R=23.83%
G=46.21%
B=29.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128830.4800.350.50136.4531.9638.04
Hex4280533002332882026
Octal10220012360043622104046
Binary1000010100000001010011110000010001111001010001000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428053; }

 p { color: rgb(66,128,83); }

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

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

 a { background-color: rgb(66,128,83); }

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

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

 span { border-color: rgb(66,128,83); }

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