#428258

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

Shades of Amazon #428258

Tints of Amazon #428258

Color information

#428258 (or 0x428258) is unknown color: approx Amazon. HEX triplet: 42, 82 and 58. RGB value is (66,130,88). Sum of RGB (Red+Green+Blue) = 66+130+88=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #428258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428258 is #BD7DA7. Grayscale: #6A6A6A. Windows color (decimal): -12418472 or 5800514. OLE color: 5800514.

HSL color Cylindrical-coordinate representation of color #428258: hue angle of 140.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428258 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB6613088-
CMYK0.4900.320.49
HSL140.62º32.65%38.43%-
HSV(B)140.62º49.23%50.98%-
XYZ11.9917.8312.04-
YUV106.08117.899.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=23.24%
G=45.77%
B=30.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130880.4900.320.49140.6232.6538.43
Hex42825831020318d2126
Octal10220213061040612154146
Binary1000010100000101011000110001010000011000110001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428258; }

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

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

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

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

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

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

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

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