Shades of Amazon #34795C
Tints of Amazon #34795C
RGB
CMYK
RGB Variations
Color information
#34795C (or 0x34795C) is known color: Amazon. HEX triplet: 34, 79 and 5C. RGB value is (52,121,92). Sum of RGB (Red+Green+Blue) = 52+121+92=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #34795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34795C is #CB86A3. Grayscale: #616161. Windows color (decimal): -13338276 or 6060340. OLE color: 6060340.
HSL color Cylindrical-coordinate representation of color #34795C: hue angle of 154.78º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34795C is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 121 | 92 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.53 |
| HSL | 154.78º | 0.4% | 0.34% | - |
| HSV(B) | 154.78º | 0.57% | 0.47% | - |
| XYZ | 10.19 | 15.18 | 12.52 | - |
| YUV | 97.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 92 | 0.57 | 0 | 0.24 | 0.53 | 154.78 | 0.4 | 0.34 |
| Hex | 34 | 79 | 5C | 39 | 0 | 18 | 35 | 9B | 28 | 22 |
| Octal | 64 | 171 | 134 | 71 | 0 | 30 | 65 | 233 | 50 | 42 |
| Binary | 110100 | 1111001 | 1011100 | 111001 | 0 | 11000 | 110101 | 10011011 | 101000 | 100010 |
Color Harmonies of #34795C
Complementary color
Monochromatic Colors of #34795C
Black with #34795C
Text Example
Text Example
White with #34795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34795C; }
p { color: rgb(52,121,92); }
H1.HeaderClassName
{
color: #34795C;
}
.AnyTagClassName
{
color: #34795C;
}
</style>
background-color css
<style>
a { background-color: #34795C; }
a { background-color: rgb(52,121,92); }
div.DivClassName
{
background-color: #34795C;
}
.BgClassName
{
background-color: #34795C;
}
</style>
border-color css
<style>
span { border-color: #34795C; }
span { border-color: rgb(52,121,92); }
td.TdClassName
{
border-color: #34795C;
}
.TagClassName
{
border-color: #34795C;
}
</style>