#3E835C

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

Shades of Amazon #3E835C

Tints of Amazon #3E835C

Color information

#3E835C (or 0x3E835C) is unknown color: approx Amazon. HEX triplet: 3E, 83 and 5C. RGB value is (62,131,92). Sum of RGB (Red+Green+Blue) = 62+131+92=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #3E835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E835C is #C17CA3. Grayscale: #6A6A6A. Windows color (decimal): -12680356 or 6062910. OLE color: 6062910.

HSL color Cylindrical-coordinate representation of color #3E835C: hue angle of 146.09º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E835C is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB6213192-
CMYK0.5300.300.49
HSL146.09º35.75%37.84%-
HSV(B)146.09º52.67%51.37%-
XYZ12.0318.0312.97-
YUV105.92120.1496.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.75%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=21.75%
G=45.96%
B=32.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62131920.5300.300.49146.0935.7537.84
Hex3E835C3501E31922426
Octal7620313465036612224446
Binary11111010000011101110011010101111011000110010010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E835C; }

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

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

<style>
 a { background-color: #3E835C; }

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

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

<style>
 span { border-color: #3E835C; }

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

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