#427152

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

Shades of Amazon #427152

Tints of Amazon #427152

Color information

#427152 (or 0x427152) is unknown color: approx Amazon. HEX triplet: 42, 71 and 52. RGB value is (66,113,82). Sum of RGB (Red+Green+Blue) = 66+113+82=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #427152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427152 is #BD8EAD. Grayscale: #5F5F5F. Windows color (decimal): -12422830 or 5402946. OLE color: 5402946.

HSL color Cylindrical-coordinate representation of color #427152: hue angle of 140.43º 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 #427152 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB6611382-
CMYK0.4200.270.56
HSL140.43º26.26%35.1%-
HSV(B)140.43º41.59%44.31%-
XYZ9.6713.5810.09-
YUV95.41120.43107.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=25.29%
G=43.30%
B=31.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113820.4200.270.56140.4326.2635.1
Hex4271522A01B388c1a23
Octal10216112252033702143243
Binary1000010111000110100101010100110111110001000110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427152; }

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

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

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

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

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

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

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

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