Shades of Amazon #35754E
Tints of Amazon #35754E
RGB
CMYK
RGB Variations
Color information
#35754E (or 0x35754E) is known color: Amazon. HEX triplet: 35, 75 and 4E. RGB value is (53,117,78). Sum of RGB (Red+Green+Blue) = 53+117+78=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #35754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35754E is #CA8AB1. Grayscale: #5D5D5D. Windows color (decimal): -13273778 or 5141813. OLE color: 5141813.
HSL color Cylindrical-coordinate representation of color #35754E: hue angle of 143.44º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35754E is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 117 | 78 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.54 |
| HSL | 143.44º | 0.38% | 0.33% | - |
| HSV(B) | 143.44º | 0.55% | 0.46% | - |
| XYZ | 9.2 | 14.03 | 9.43 | - |
| YUV | 93.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 78 | 0.55 | 0 | 0.33 | 0.54 | 143.44 | 0.38 | 0.33 |
| Hex | 35 | 75 | 4E | 37 | 0 | 21 | 36 | 8F | 26 | 21 |
| Octal | 65 | 165 | 116 | 67 | 0 | 41 | 66 | 217 | 46 | 41 |
| Binary | 110101 | 1110101 | 1001110 | 110111 | 0 | 100001 | 110110 | 10001111 | 100110 | 100001 |
Color Harmonies of #35754E
Complementary color
Monochromatic Colors of #35754E
Black with #35754E
Text Example
Text Example
White with #35754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35754E; }
p { color: rgb(53,117,78); }
H1.HeaderClassName
{
color: #35754E;
}
.AnyTagClassName
{
color: #35754E;
}
</style>
background-color css
<style>
a { background-color: #35754E; }
a { background-color: rgb(53,117,78); }
div.DivClassName
{
background-color: #35754E;
}
.BgClassName
{
background-color: #35754E;
}
</style>
border-color css
<style>
span { border-color: #35754E; }
span { border-color: rgb(53,117,78); }
td.TdClassName
{
border-color: #35754E;
}
.TagClassName
{
border-color: #35754E;
}
</style>