#427954

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

Shades of Amazon #427954

Tints of Amazon #427954

Color information

#427954 (or 0x427954) is unknown color: approx Amazon. HEX triplet: 42, 79 and 54. RGB value is (66,121,84). Sum of RGB (Red+Green+Blue) = 66+121+84=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #427954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427954 is #BD86AB. Grayscale: #646464. Windows color (decimal): -12420780 or 5536066. OLE color: 5536066.

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

Color convert

RGB6612184-
CMYK0.4500.310.53
HSL139.64º29.41%36.67%-
HSV(B)139.64º45.45%47.45%-
XYZ10.6815.4710.81-
YUV100.34118.78103.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=24.35%
G=44.65%
B=31.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121840.4500.310.53139.6429.4136.67
Hex4279542D01F358c1d25
Octal10217112455037652143545
Binary1000010111100110101001011010111111101011000110011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427954; }

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

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

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

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

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

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

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

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