#3C815D

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

Shades of Amazon #3C815D

Tints of Amazon #3C815D

Color information

#3C815D (or 0x3C815D) is unknown color: approx Amazon. HEX triplet: 3C, 81 and 5D. RGB value is (60,129,93). Sum of RGB (Red+Green+Blue) = 60+129+93=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #3C815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C815D is #C37EA2. Grayscale: #686868. Windows color (decimal): -12811939 or 6127932. OLE color: 6127932.

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

Color convert

RGB6012993-
CMYK0.5300.280.49
HSL148.7º36.51%37.06%-
HSV(B)148.7º53.49%50.59%-
XYZ11.6917.4513.11-
YUV104.26121.6496.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=21.28%
G=45.74%
B=32.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60129930.5300.280.49148.736.5137.06
Hex3C815D3501C31952525
Octal7420113565034612254545
Binary11110010000001101110111010101110011000110010101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,129,93); }

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

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

 a { background-color: rgb(60,129,93); }

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

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

 span { border-color: rgb(60,129,93); }

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