#428255

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

Shades of Amazon #428255

Tints of Amazon #428255

Color information

#428255 (or 0x428255) is unknown color: approx Amazon. HEX triplet: 42, 82 and 55. RGB value is (66,130,85). Sum of RGB (Red+Green+Blue) = 66+130+85=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #428255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428255 is #BD7DAA. Grayscale: #696969. Windows color (decimal): -12418475 or 5603906. OLE color: 5603906.

HSL color Cylindrical-coordinate representation of color #428255: hue angle of 137.81º 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 #428255 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB6613085-
CMYK0.4900.350.49
HSL137.81º32.65%38.43%-
HSV(B)137.81º49.23%50.98%-
XYZ11.8717.7811.4-
YUV105.73116.399.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=23.49%
G=46.26%
B=30.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130850.4900.350.49137.8132.6538.43
Hex42825531023318a2126
Octal10220212561043612124146
Binary1000010100000101010101110001010001111000110001010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428255; }

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

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

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

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

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

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

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

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