#427856

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

Shades of Amazon #427856

Tints of Amazon #427856

Color information

#427856 (or 0x427856) is unknown color: approx Amazon. HEX triplet: 42, 78 and 56. RGB value is (66,120,86). Sum of RGB (Red+Green+Blue) = 66+120+86=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #427856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427856 is #BD87A9. Grayscale: #646464. Windows color (decimal): -12421034 or 5666882. OLE color: 5666882.

HSL color Cylindrical-coordinate representation of color #427856: hue angle of 142.22º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427856 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB6612086-
CMYK0.4500.280.53
HSL142.22º29.03%36.47%-
HSV(B)142.22º45%47.06%-
XYZ10.6415.2611.19-
YUV99.98120.11103.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=24.26%
G=44.12%
B=31.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120860.4500.280.53142.2229.0336.47
Hex4278562D01C358e1d24
Octal10217012655034652163544
Binary1000010111100010101101011010111001101011000111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427856; }

 p { color: rgb(66,120,86); }

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

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

 a { background-color: rgb(66,120,86); }

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

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

 span { border-color: rgb(66,120,86); }

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