#427855

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

Shades of Amazon #427855

Tints of Amazon #427855

Color information

#427855 (or 0x427855) is unknown color: approx Amazon. HEX triplet: 42, 78 and 55. RGB value is (66,120,85). Sum of RGB (Red+Green+Blue) = 66+120+85=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #427855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427855 is #BD87AA. Grayscale: #636363. Windows color (decimal): -12421035 or 5601346. OLE color: 5601346.

HSL color Cylindrical-coordinate representation of color #427855: hue angle of 141.11º 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 #427855 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB6612085-
CMYK0.4500.290.53
HSL141.11º29.03%36.47%-
HSV(B)141.11º45%47.06%-
XYZ10.615.2510.98-
YUV99.86119.61103.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=24.35%
G=44.28%
B=31.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120850.4500.290.53141.1129.0336.47
Hex4278552D01D358d1d24
Octal10217012555035652153544
Binary1000010111100010101011011010111011101011000110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427855; }

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

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

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

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

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

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

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

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