Shades of Amazon #35755C
Tints of Amazon #35755C
RGB
CMYK
RGB Variations
Color information
#35755C (or 0x35755C) is known color: Amazon. HEX triplet: 35, 75 and 5C. RGB value is (53,117,92). Sum of RGB (Red+Green+Blue) = 53+117+92=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #35755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35755C is #CA8AA3. Grayscale: #5F5F5F. Windows color (decimal): -13273764 or 6059317. OLE color: 6059317.
HSL color Cylindrical-coordinate representation of color #35755C: hue angle of 156.56º 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 #35755C is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 117 | 92 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.54 |
| HSL | 156.56º | 0.38% | 0.33% | - |
| HSV(B) | 156.56º | 0.55% | 0.46% | - |
| XYZ | 9.76 | 14.25 | 12.36 | - |
| YUV | 95.01 | 126.3 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 92 | 0.55 | 0 | 0.21 | 0.54 | 156.56 | 0.38 | 0.33 |
| Hex | 35 | 75 | 5C | 37 | 0 | 15 | 36 | 9D | 26 | 21 |
| Octal | 65 | 165 | 134 | 67 | 0 | 25 | 66 | 235 | 46 | 41 |
| Binary | 110101 | 1110101 | 1011100 | 110111 | 0 | 10101 | 110110 | 10011101 | 100110 | 100001 |
Color Harmonies of #35755C
Complementary color
Monochromatic Colors of #35755C
Black with #35755C
Text Example
Text Example
White with #35755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35755C; }
p { color: rgb(53,117,92); }
H1.HeaderClassName
{
color: #35755C;
}
.AnyTagClassName
{
color: #35755C;
}
</style>
background-color css
<style>
a { background-color: #35755C; }
a { background-color: rgb(53,117,92); }
div.DivClassName
{
background-color: #35755C;
}
.BgClassName
{
background-color: #35755C;
}
</style>
border-color css
<style>
span { border-color: #35755C; }
span { border-color: rgb(53,117,92); }
td.TdClassName
{
border-color: #35755C;
}
.TagClassName
{
border-color: #35755C;
}
</style>