#427852

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

Shades of Amazon #427852

Tints of Amazon #427852

Color information

#427852 (or 0x427852) is unknown color: approx Amazon. HEX triplet: 42, 78 and 52. RGB value is (66,120,82). Sum of RGB (Red+Green+Blue) = 66+120+82=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #427852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427852 is #BD87AD. Grayscale: #636363. Windows color (decimal): -12421038 or 5404738. OLE color: 5404738.

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

Color convert

RGB6612082-
CMYK0.4500.320.53
HSL137.78º29.03%36.47%-
HSV(B)137.78º45%47.06%-
XYZ10.4915.210.36-
YUV99.52118.11104.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=24.63%
G=44.78%
B=30.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120820.4500.320.53137.7829.0336.47
Hex4278522D020358a1d24
Octal10217012255040652123544
Binary10000101111000101001010110101000001101011000101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427852; }

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

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

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

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

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

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

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

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