#3C835E

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

Shades of Amazon #3C835E

Tints of Amazon #3C835E

Color information

#3C835E (or 0x3C835E) is unknown color: approx Amazon. HEX triplet: 3C, 83 and 5E. RGB value is (60,131,94). Sum of RGB (Red+Green+Blue) = 60+131+94=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #3C835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C835E is #C37CA1. Grayscale: #696969. Windows color (decimal): -12811426 or 6193980. OLE color: 6193980.

HSL color Cylindrical-coordinate representation of color #3C835E: hue angle of 148.73º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C835E is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB6013194-
CMYK0.5400.280.49
HSL148.73º37.17%37.45%-
HSV(B)148.73º54.2%51.37%-
XYZ121813.43-
YUV105.55121.4895.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=21.05%
G=45.96%
B=32.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60131940.5400.280.49148.7337.1737.45
Hex3C835E3601C31952525
Octal7420313666034612254545
Binary11110010000011101111011011001110011000110010101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,131,94); }

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

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

 a { background-color: rgb(60,131,94); }

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

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

 span { border-color: rgb(60,131,94); }

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