#428754

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

Shades of Amazon #428754

Tints of Amazon #428754

Color information

#428754 (or 0x428754) is unknown color: approx Amazon. HEX triplet: 42, 87 and 54. RGB value is (66,135,84). Sum of RGB (Red+Green+Blue) = 66+135+84=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #428754 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428754 is #BD78AB. Grayscale: #6C6C6C. Windows color (decimal): -12417196 or 5539650. OLE color: 5539650.

HSL color Cylindrical-coordinate representation of color #428754: hue angle of 135.65º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428754 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB6613584-
CMYK0.5100.380.47
HSL135.65º34.33%39.41%-
HSV(B)135.65º51.11%52.94%-
XYZ12.5119.1311.42-
YUV108.55114.1497.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=23.16%
G=47.37%
B=29.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135840.5100.380.47135.6534.3339.41
Hex428754330262F882227
Octal10220712463046572104247
Binary1000010100001111010100110011010011010111110001000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428754; }

 p { color: rgb(66,135,84); }

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

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

 a { background-color: rgb(66,135,84); }

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

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

 span { border-color: rgb(66,135,84); }

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