Shades of Amazon #35794A
Tints of Amazon #35794A
RGB
CMYK
RGB Variations
Color information
#35794A (or 0x35794A) is known color: Amazon. HEX triplet: 35, 79 and 4A. RGB value is (53,121,74). Sum of RGB (Red+Green+Blue) = 53+121+74=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #35794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35794A is #CA86B5. Grayscale: #5F5F5F. Windows color (decimal): -13272758 or 4880693. OLE color: 4880693.
HSL color Cylindrical-coordinate representation of color #35794A: hue angle of 138.53º 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 #35794A is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 121 | 74 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.53 |
| HSL | 138.53º | 0.39% | 0.34% | - |
| HSV(B) | 138.53º | 0.56% | 0.47% | - |
| XYZ | 9.54 | 14.93 | 8.86 | - |
| YUV | 95.31 | 115.97 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 74 | 0.56 | 0 | 0.39 | 0.53 | 138.53 | 0.39 | 0.34 |
| Hex | 35 | 79 | 4A | 38 | 0 | 27 | 35 | 8B | 27 | 22 |
| Octal | 65 | 171 | 112 | 70 | 0 | 47 | 65 | 213 | 47 | 42 |
| Binary | 110101 | 1111001 | 1001010 | 111000 | 0 | 100111 | 110101 | 10001011 | 100111 | 100010 |
Color Harmonies of #35794A
Complementary color
Monochromatic Colors of #35794A
Black with #35794A
Text Example
Text Example
White with #35794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35794A; }
p { color: rgb(53,121,74); }
H1.HeaderClassName
{
color: #35794A;
}
.AnyTagClassName
{
color: #35794A;
}
</style>
background-color css
<style>
a { background-color: #35794A; }
a { background-color: rgb(53,121,74); }
div.DivClassName
{
background-color: #35794A;
}
.BgClassName
{
background-color: #35794A;
}
</style>
border-color css
<style>
span { border-color: #35794A; }
span { border-color: rgb(53,121,74); }
td.TdClassName
{
border-color: #35794A;
}
.TagClassName
{
border-color: #35794A;
}
</style>