#427754

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

Shades of Amazon #427754

Tints of Amazon #427754

Color information

#427754 (or 0x427754) is unknown color: approx Amazon. HEX triplet: 42, 77 and 54. RGB value is (66,119,84). Sum of RGB (Red+Green+Blue) = 66+119+84=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #427754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427754 is #BD88AB. Grayscale: #636363. Windows color (decimal): -12421292 or 5535554. OLE color: 5535554.

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

Color convert

RGB6611984-
CMYK0.4500.290.53
HSL140.38º28.65%36.27%-
HSV(B)140.38º44.54%46.67%-
XYZ10.4414.9910.73-
YUV99.16119.44104.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 119 (46.88% from 255) = 44.24%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=24.54%
G=44.24%
B=31.23%

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
Decimal66119840.4500.290.53140.3828.6536.27
Hex4277542D01D358c1d24
Octal10216712455035652143544
Binary1000010111011110101001011010111011101011000110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427754; }

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

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

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

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

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

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

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

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