#42835C

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

Shades of Amazon #42835C

Tints of Amazon #42835C

Color information

#42835C (or 0x42835C) is unknown color: approx Amazon. HEX triplet: 42, 83 and 5C. RGB value is (66,131,92). Sum of RGB (Red+Green+Blue) = 66+131+92=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #42835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42835C is #BD7CA3. Grayscale: #6B6B6B. Windows color (decimal): -12418212 or 6062914. OLE color: 6062914.

HSL color Cylindrical-coordinate representation of color #42835C: hue angle of 144º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42835C is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB6613192-
CMYK0.5000.300.49
HSL144º32.99%38.63%-
HSV(B)144º49.62%51.37%-
XYZ12.2918.1612.98-
YUV107.12119.4798.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 131 (51.56% from 255) = 45.33%
BLUE value IS 92 (36.33% from 255) = 31.83%
R=22.84%
G=45.33%
B=31.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66131920.5000.300.4914432.9938.63
Hex42835C3201E31902127
Octal10220313462036612204147
Binary100001010000011101110011001001111011000110010000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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