Shades of Amazon #35774A
Tints of Amazon #35774A
RGB
CMYK
RGB Variations
Color information
#35774A (or 0x35774A) is known color: Amazon. HEX triplet: 35, 77 and 4A. RGB value is (53,119,74). Sum of RGB (Red+Green+Blue) = 53+119+74=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #35774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35774A is #CA88B5. Grayscale: #5E5E5E. Windows color (decimal): -13273270 or 4880181. OLE color: 4880181.
HSL color Cylindrical-coordinate representation of color #35774A: hue angle of 139.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35774A is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 119 | 74 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.53 |
| HSL | 139.09º | 0.38% | 0.34% | - |
| HSV(B) | 139.09º | 0.55% | 0.47% | - |
| XYZ | 9.3 | 14.44 | 8.78 | - |
| YUV | 94.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 74 | 0.55 | 0 | 0.38 | 0.53 | 139.09 | 0.38 | 0.34 |
| Hex | 35 | 77 | 4A | 37 | 0 | 26 | 35 | 8B | 26 | 22 |
| Octal | 65 | 167 | 112 | 67 | 0 | 46 | 65 | 213 | 46 | 42 |
| Binary | 110101 | 1110111 | 1001010 | 110111 | 0 | 100110 | 110101 | 10001011 | 100110 | 100010 |
Color Harmonies of #35774A
Complementary color
Monochromatic Colors of #35774A
Black with #35774A
Text Example
Text Example
White with #35774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35774A; }
p { color: rgb(53,119,74); }
H1.HeaderClassName
{
color: #35774A;
}
.AnyTagClassName
{
color: #35774A;
}
</style>
background-color css
<style>
a { background-color: #35774A; }
a { background-color: rgb(53,119,74); }
div.DivClassName
{
background-color: #35774A;
}
.BgClassName
{
background-color: #35774A;
}
</style>
border-color css
<style>
span { border-color: #35774A; }
span { border-color: rgb(53,119,74); }
td.TdClassName
{
border-color: #35774A;
}
.TagClassName
{
border-color: #35774A;
}
</style>