#427154

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

Shades of Amazon #427154

Tints of Amazon #427154

Color information

#427154 (or 0x427154) is unknown color: approx Amazon. HEX triplet: 42, 71 and 54. RGB value is (66,113,84). Sum of RGB (Red+Green+Blue) = 66+113+84=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #427154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427154 is #BD8EAB. Grayscale: #5F5F5F. Windows color (decimal): -12422828 or 5534018. OLE color: 5534018.

HSL color Cylindrical-coordinate representation of color #427154: hue angle of 142.98º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427154 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB6611384-
CMYK0.4200.260.56
HSL142.98º26.26%35.1%-
HSV(B)142.98º41.59%44.31%-
XYZ9.7513.6110.5-
YUV95.64121.43106.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 84 (33.20% from 255) = 31.94%
R=25.10%
G=42.97%
B=31.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113840.4200.260.56142.9826.2635.1
Hex4271542A01A388f1a23
Octal10216112452032702173243
Binary1000010111000110101001010100110101110001000111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427154; }

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

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

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

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

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

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

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

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