#428958

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

Shades of Amazon #428958

Tints of Amazon #428958

Color information

#428958 (or 0x428958) is unknown color: approx Amazon. HEX triplet: 42, 89 and 58. RGB value is (66,137,88). Sum of RGB (Red+Green+Blue) = 66+137+88=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #428958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428958 is #BD76A7. Grayscale: #6E6E6E. Windows color (decimal): -12416680 or 5802306. OLE color: 5802306.

HSL color Cylindrical-coordinate representation of color #428958: hue angle of 138.59º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428958 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB6613788-
CMYK0.5200.360.46
HSL138.59º34.98%39.8%-
HSV(B)138.59º51.82%53.73%-
XYZ12.9519.7512.36-
YUV110.18115.4896.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 137 (53.91% from 255) = 47.08%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=22.68%
G=47.08%
B=30.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66137880.5200.360.46138.5934.9839.8
Hex428958340242E8b2328
Octal10221113064044562134350
Binary1000010100010011011000110100010010010111010001011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428958; }

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

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

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

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

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

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

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

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