#42715A

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

Shades of Amazon #42715A

Tints of Amazon #42715A

Color information

#42715A (or 0x42715A) is unknown color: approx Amazon. HEX triplet: 42, 71 and 5A. RGB value is (66,113,90). Sum of RGB (Red+Green+Blue) = 66+113+90=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #42715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42715A is #BD8EA5. Grayscale: #606060. Windows color (decimal): -12422822 or 5927234. OLE color: 5927234.

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

Color convert

RGB6611390-
CMYK0.4200.200.56
HSL150.64º26.26%35.1%-
HSV(B)150.64º41.59%44.31%-
XYZ1013.7111.79-
YUV96.32124.43106.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=24.54%
G=42.01%
B=33.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113900.4200.200.56150.6426.2635.1
Hex42715A2A01438971a23
Octal10216113252024702273243
Binary1000010111000110110101010100101001110001001011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42715A; }

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

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

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

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

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

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

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

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