#41835A

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

Shades of Amazon #41835A

Tints of Amazon #41835A

Color information

#41835A (or 0x41835A) is unknown color: approx Amazon. HEX triplet: 41, 83 and 5A. RGB value is (65,131,90). Sum of RGB (Red+Green+Blue) = 65+131+90=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #41835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41835A is #BE7CA5. Grayscale: #6A6A6A. Windows color (decimal): -12483750 or 5931841. OLE color: 5931841.

HSL color Cylindrical-coordinate representation of color #41835A: hue angle of 142.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41835A is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB6513190-
CMYK0.5000.310.49
HSL142.73º33.67%38.43%-
HSV(B)142.73º50.38%51.37%-
XYZ12.1418.0912.53-
YUV106.59118.6398.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 131 (51.56% from 255) = 45.80%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=22.73%
G=45.80%
B=31.47%

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
Decimal65131900.5000.310.49142.7333.6738.43
Hex41835A3201F318f2226
Octal10120313262037612174246
Binary100000110000011101101011001001111111000110001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,131,90); }

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

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

 a { background-color: rgb(65,131,90); }

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

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

 span { border-color: rgb(65,131,90); }

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