Shades of Amazon #3C735B
Tints of Amazon #3C735B
RGB
CMYK
RGB Variations
Color information
#3C735B (or 0x3C735B) is known color: Amazon. HEX triplet: 3C, 73 and 5B. RGB value is (60,115,91). Sum of RGB (Red+Green+Blue) = 60+115+91=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #3C735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C735B is #C38CA4. Grayscale: #5F5F5F. Windows color (decimal): -12815525 or 5993276. OLE color: 5993276.
HSL color Cylindrical-coordinate representation of color #3C735B: hue angle of 153.82º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C735B is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 91 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.55 |
| HSL | 153.82º | 0.31% | 0.34% | - |
| HSV(B) | 153.82º | 0.48% | 0.45% | - |
| XYZ | 9.88 | 13.98 | 12.07 | - |
| YUV | 95.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 91 | 0.48 | 0 | 0.21 | 0.55 | 153.82 | 0.31 | 0.34 |
| Hex | 3C | 73 | 5B | 30 | 0 | 15 | 37 | 9A | 1F | 22 |
| Octal | 74 | 163 | 133 | 60 | 0 | 25 | 67 | 232 | 37 | 42 |
| Binary | 111100 | 1110011 | 1011011 | 110000 | 0 | 10101 | 110111 | 10011010 | 11111 | 100010 |
Color Harmonies of #3C735B
Complementary color
Monochromatic Colors of #3C735B
Black with #3C735B
Text Example
Text Example
White with #3C735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C735B; }
p { color: rgb(60,115,91); }
H1.HeaderClassName
{
color: #3C735B;
}
.AnyTagClassName
{
color: #3C735B;
}
</style>
background-color css
<style>
a { background-color: #3C735B; }
a { background-color: rgb(60,115,91); }
div.DivClassName
{
background-color: #3C735B;
}
.BgClassName
{
background-color: #3C735B;
}
</style>
border-color css
<style>
span { border-color: #3C735B; }
span { border-color: rgb(60,115,91); }
td.TdClassName
{
border-color: #3C735B;
}
.TagClassName
{
border-color: #3C735B;
}
</style>