#42815B

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

Shades of Amazon #42815B

Tints of Amazon #42815B

Color information

#42815B (or 0x42815B) is unknown color: approx Amazon. HEX triplet: 42, 81 and 5B. RGB value is (66,129,91). Sum of RGB (Red+Green+Blue) = 66+129+91=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #42815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42815B is #BD7EA4. Grayscale: #696969. Windows color (decimal): -12418725 or 5996866. OLE color: 5996866.

HSL color Cylindrical-coordinate representation of color #42815B: hue angle of 143.81º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42815B is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB6612991-
CMYK0.4900.290.49
HSL143.81º32.31%38.24%-
HSV(B)143.81º48.84%50.59%-
XYZ11.9917.6112.67-
YUV105.83119.6399.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=23.08%
G=45.10%
B=31.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129910.4900.290.49143.8132.3138.24
Hex42815B3101D31902026
Octal10220113361035612204046
Binary100001010000001101101111000101110111000110010000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42815B; }

 p { color: rgb(66,129,91); }

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

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

 a { background-color: rgb(66,129,91); }

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

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

 span { border-color: rgb(66,129,91); }

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