#3C835B

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

Shades of Amazon #3C835B

Tints of Amazon #3C835B

Color information

#3C835B (or 0x3C835B) is unknown color: approx Amazon. HEX triplet: 3C, 83 and 5B. RGB value is (60,131,91). Sum of RGB (Red+Green+Blue) = 60+131+91=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #3C835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C835B is #C37CA4. Grayscale: #696969. Windows color (decimal): -12811429 or 5997372. OLE color: 5997372.

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

Color convert

RGB6013191-
CMYK0.5400.310.49
HSL146.2º37.17%37.45%-
HSV(B)146.2º54.2%51.37%-
XYZ11.8717.9512.74-
YUV105.21119.9895.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=21.28%
G=46.45%
B=32.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60131910.5400.310.49146.237.1737.45
Hex3C835B3601F31922525
Octal7420313366037612224545
Binary11110010000011101101111011001111111000110010010100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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