#42825B

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

Shades of Amazon #42825B

Tints of Amazon #42825B

Color information

#42825B (or 0x42825B) is unknown color: approx Amazon. HEX triplet: 42, 82 and 5B. RGB value is (66,130,91). Sum of RGB (Red+Green+Blue) = 66+130+91=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #42825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42825B is #BD7DA4. Grayscale: #6A6A6A. Windows color (decimal): -12418469 or 5997122. OLE color: 5997122.

HSL color Cylindrical-coordinate representation of color #42825B: hue angle of 143.44º degrees, saturation: 0.33, 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 #42825B is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB6613091-
CMYK0.4900.300.49
HSL143.44º32.65%38.43%-
HSV(B)143.44º49.23%50.98%-
XYZ12.1217.8812.71-
YUV106.42119.399.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=23.00%
G=45.30%
B=31.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130910.4900.300.49143.4432.6538.43
Hex42825B3101E318f2126
Octal10220213361036612174146
Binary100001010000010101101111000101111011000110001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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