#42835B

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

Shades of Amazon #42835B

Tints of Amazon #42835B

Color information

#42835B (or 0x42835B) is unknown color: approx Amazon. HEX triplet: 42, 83 and 5B. RGB value is (66,131,91). Sum of RGB (Red+Green+Blue) = 66+131+91=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #42835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42835B is #BD7CA4. Grayscale: #6B6B6B. Windows color (decimal): -12418213 or 5997378. OLE color: 5997378.

HSL color Cylindrical-coordinate representation of color #42835B: hue angle of 143.08º 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 #42835B is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB6613191-
CMYK0.5000.310.49
HSL143.08º32.99%38.63%-
HSV(B)143.08º49.62%51.37%-
XYZ12.2518.1512.75-
YUV107118.9798.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 131 (51.56% from 255) = 45.49%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=22.92%
G=45.49%
B=31.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66131910.5000.310.49143.0832.9938.63
Hex42835B3201F318f2127
Octal10220313362037612174147
Binary100001010000011101101111001001111111000110001111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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