Shades of Amazon #35785A
Tints of Amazon #35785A
RGB
CMYK
RGB Variations
Color information
#35785A (or 0x35785A) is known color: Amazon. HEX triplet: 35, 78 and 5A. RGB value is (53,120,90). Sum of RGB (Red+Green+Blue) = 53+120+90=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #35785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35785A is #CA87A5. Grayscale: #606060. Windows color (decimal): -13272998 or 5929013. OLE color: 5929013.
HSL color Cylindrical-coordinate representation of color #35785A: hue angle of 153.13º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35785A is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 120 | 90 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.53 |
| HSL | 153.13º | 0.39% | 0.34% | - |
| HSV(B) | 153.13º | 0.56% | 0.47% | - |
| XYZ | 10.03 | 14.93 | 12.03 | - |
| YUV | 96.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 120 | 90 | 0.56 | 0 | 0.25 | 0.53 | 153.13 | 0.39 | 0.34 |
| Hex | 35 | 78 | 5A | 38 | 0 | 19 | 35 | 99 | 27 | 22 |
| Octal | 65 | 170 | 132 | 70 | 0 | 31 | 65 | 231 | 47 | 42 |
| Binary | 110101 | 1111000 | 1011010 | 111000 | 0 | 11001 | 110101 | 10011001 | 100111 | 100010 |
Color Harmonies of #35785A
Complementary color
Monochromatic Colors of #35785A
Black with #35785A
Text Example
Text Example
White with #35785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35785A; }
p { color: rgb(53,120,90); }
H1.HeaderClassName
{
color: #35785A;
}
.AnyTagClassName
{
color: #35785A;
}
</style>
background-color css
<style>
a { background-color: #35785A; }
a { background-color: rgb(53,120,90); }
div.DivClassName
{
background-color: #35785A;
}
.BgClassName
{
background-color: #35785A;
}
</style>
border-color css
<style>
span { border-color: #35785A; }
span { border-color: rgb(53,120,90); }
td.TdClassName
{
border-color: #35785A;
}
.TagClassName
{
border-color: #35785A;
}
</style>