#42875C

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

Shades of Amazon #42875C

Tints of Amazon #42875C

Color information

#42875C (or 0x42875C) is unknown color: approx Amazon. HEX triplet: 42, 87 and 5C. RGB value is (66,135,92). Sum of RGB (Red+Green+Blue) = 66+135+92=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #42875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42875C is #BD78A3. Grayscale: #6D6D6D. Windows color (decimal): -12417188 or 6063938. OLE color: 6063938.

HSL color Cylindrical-coordinate representation of color #42875C: hue angle of 142.61º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42875C is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB6613592-
CMYK0.5100.320.47
HSL142.61º34.33%39.41%-
HSV(B)142.61º51.11%52.94%-
XYZ12.8419.2613.17-
YUV109.47118.1497-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 135 (53.12% from 255) = 46.08%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=22.53%
G=46.08%
B=31.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135920.5100.320.47142.6134.3339.41
Hex42875C330202F8f2227
Octal10220713463040572174247
Binary1000010100001111011100110011010000010111110001111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42875C; }

 p { color: rgb(66,135,92); }

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

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

 a { background-color: rgb(66,135,92); }

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

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

 span { border-color: rgb(66,135,92); }

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