Shades of Amazon #34735B
Tints of Amazon #34735B
RGB
CMYK
RGB Variations
Color information
#34735B (or 0x34735B) is known color: Amazon. HEX triplet: 34, 73 and 5B. RGB value is (52,115,91). Sum of RGB (Red+Green+Blue) = 52+115+91=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #34735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34735B is #CB8CA4. Grayscale: #5D5D5D. Windows color (decimal): -13339813 or 5993268. OLE color: 5993268.
HSL color Cylindrical-coordinate representation of color #34735B: hue angle of 157.14º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34735B is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 115 | 91 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.55 |
| HSL | 157.14º | 0.38% | 0.33% | - |
| HSV(B) | 157.14º | 0.55% | 0.45% | - |
| XYZ | 9.44 | 13.75 | 12.05 | - |
| YUV | 93.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 91 | 0.55 | 0 | 0.21 | 0.55 | 157.14 | 0.38 | 0.33 |
| Hex | 34 | 73 | 5B | 37 | 0 | 15 | 37 | 9D | 26 | 21 |
| Octal | 64 | 163 | 133 | 67 | 0 | 25 | 67 | 235 | 46 | 41 |
| Binary | 110100 | 1110011 | 1011011 | 110111 | 0 | 10101 | 110111 | 10011101 | 100110 | 100001 |
Color Harmonies of #34735B
Complementary color
Monochromatic Colors of #34735B
Black with #34735B
Text Example
Text Example
White with #34735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34735B; }
p { color: rgb(52,115,91); }
H1.HeaderClassName
{
color: #34735B;
}
.AnyTagClassName
{
color: #34735B;
}
</style>
background-color css
<style>
a { background-color: #34735B; }
a { background-color: rgb(52,115,91); }
div.DivClassName
{
background-color: #34735B;
}
.BgClassName
{
background-color: #34735B;
}
</style>
border-color css
<style>
span { border-color: #34735B; }
span { border-color: rgb(52,115,91); }
td.TdClassName
{
border-color: #34735B;
}
.TagClassName
{
border-color: #34735B;
}
</style>