Shades of Amazon #3C755A
Tints of Amazon #3C755A
RGB
CMYK
RGB Variations
Color information
#3C755A (or 0x3C755A) is known color: Amazon. HEX triplet: 3C, 75 and 5A. RGB value is (60,117,90). Sum of RGB (Red+Green+Blue) = 60+117+90=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #3C755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C755A is #C38AA5. Grayscale: #606060. Windows color (decimal): -12815014 or 5928252. OLE color: 5928252.
HSL color Cylindrical-coordinate representation of color #3C755A: hue angle of 151.58º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C755A is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 117 | 90 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.54 |
| HSL | 151.58º | 0.32% | 0.35% | - |
| HSV(B) | 151.58º | 0.49% | 0.46% | - |
| XYZ | 10.07 | 14.42 | 11.93 | - |
| YUV | 96.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 90 | 0.49 | 0 | 0.23 | 0.54 | 151.58 | 0.32 | 0.35 |
| Hex | 3C | 75 | 5A | 31 | 0 | 17 | 36 | 98 | 20 | 23 |
| Octal | 74 | 165 | 132 | 61 | 0 | 27 | 66 | 230 | 40 | 43 |
| Binary | 111100 | 1110101 | 1011010 | 110001 | 0 | 10111 | 110110 | 10011000 | 100000 | 100011 |
Color Harmonies of #3C755A
Complementary color
Monochromatic Colors of #3C755A
Black with #3C755A
Text Example
Text Example
White with #3C755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C755A; }
p { color: rgb(60,117,90); }
H1.HeaderClassName
{
color: #3C755A;
}
.AnyTagClassName
{
color: #3C755A;
}
</style>
background-color css
<style>
a { background-color: #3C755A; }
a { background-color: rgb(60,117,90); }
div.DivClassName
{
background-color: #3C755A;
}
.BgClassName
{
background-color: #3C755A;
}
</style>
border-color css
<style>
span { border-color: #3C755A; }
span { border-color: rgb(60,117,90); }
td.TdClassName
{
border-color: #3C755A;
}
.TagClassName
{
border-color: #3C755A;
}
</style>