#428058

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

Shades of Amazon #428058

Tints of Amazon #428058

Color information

#428058 (or 0x428058) is unknown color: approx Amazon. HEX triplet: 42, 80 and 58. RGB value is (66,128,88). Sum of RGB (Red+Green+Blue) = 66+128+88=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #428058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428058 is #BD7FA7. Grayscale: #696969. Windows color (decimal): -12418984 or 5800002. OLE color: 5800002.

HSL color Cylindrical-coordinate representation of color #428058: hue angle of 141.29º 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 #428058 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB6612888-
CMYK0.4800.310.50
HSL141.29º31.96%38.04%-
HSV(B)141.29º48.44%50.2%-
XYZ11.7317.311.95-
YUV104.9118.46100.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 128 (50.39% from 255) = 45.39%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=23.40%
G=45.39%
B=31.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128880.4800.310.50141.2931.9638.04
Hex4280583001F328d2026
Octal10220013060037622154046
Binary100001010000000101100011000001111111001010001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428058; }

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

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

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

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

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

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

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

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