#427251

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

Shades of Amazon #427251

Tints of Amazon #427251

Color information

#427251 (or 0x427251) is unknown color: approx Amazon. HEX triplet: 42, 72 and 51. RGB value is (66,114,81). Sum of RGB (Red+Green+Blue) = 66+114+81=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #427251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427251 is #BD8DAE. Grayscale: #5F5F5F. Windows color (decimal): -12422575 or 5337666. OLE color: 5337666.

HSL color Cylindrical-coordinate representation of color #427251: hue angle of 138.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427251 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB6611481-
CMYK0.4200.290.55
HSL138.75º26.67%35.29%-
HSV(B)138.75º42.11%44.71%-
XYZ9.7513.799.93-
YUV95.89119.6106.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=25.29%
G=43.68%
B=31.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114810.4200.290.55138.7526.6735.29
Hex4272512A01D378b1b23
Octal10216212152035672133343
Binary1000010111001010100011010100111011101111000101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427251; }

 p { color: rgb(66,114,81); }

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

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

 a { background-color: rgb(66,114,81); }

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

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

 span { border-color: rgb(66,114,81); }

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