#3C7B5D

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

Shades of Amazon #3C7B5D

Tints of Amazon #3C7B5D

Color information

#3C7B5D (or 0x3C7B5D) is unknown color: approx Amazon. HEX triplet: 3C, 7B and 5D. RGB value is (60,123,93). Sum of RGB (Red+Green+Blue) = 60+123+93=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #3C7B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7B5D is #C384A2. Grayscale: #646464. Windows color (decimal): -12813475 or 6126396. OLE color: 6126396.

HSL color Cylindrical-coordinate representation of color #3C7B5D: hue angle of 151.43º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C7B5D is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB6012393-
CMYK0.5100.240.52
HSL151.43º34.43%35.88%-
HSV(B)151.43º51.22%48.24%-
XYZ10.9215.9212.85-
YUV100.74123.6398.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 123 (48.44% from 255) = 44.57%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=21.74%
G=44.57%
B=33.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60123930.5100.240.52151.4334.4335.88
Hex3C7B5D3301834972224
Octal7417313563030642274244
Binary1111001111011101110111001101100011010010010111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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