Shades of Amazon #35754F
Tints of Amazon #35754F
RGB
CMYK
RGB Variations
Color information
#35754F (or 0x35754F) is known color: Amazon. HEX triplet: 35, 75 and 4F. RGB value is (53,117,79). Sum of RGB (Red+Green+Blue) = 53+117+79=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #35754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35754F is #CA8AB0. Grayscale: #5D5D5D. Windows color (decimal): -13273777 or 5207349. OLE color: 5207349.
HSL color Cylindrical-coordinate representation of color #35754F: hue angle of 144.38º 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 #35754F is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 117 | 79 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.54 |
| HSL | 144.38º | 0.38% | 0.33% | - |
| HSV(B) | 144.38º | 0.55% | 0.46% | - |
| XYZ | 9.24 | 14.04 | 9.62 | - |
| YUV | 93.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 79 | 0.55 | 0 | 0.32 | 0.54 | 144.38 | 0.38 | 0.33 |
| Hex | 35 | 75 | 4F | 37 | 0 | 20 | 36 | 90 | 26 | 21 |
| Octal | 65 | 165 | 117 | 67 | 0 | 40 | 66 | 220 | 46 | 41 |
| Binary | 110101 | 1110101 | 1001111 | 110111 | 0 | 100000 | 110110 | 10010000 | 100110 | 100001 |
Color Harmonies of #35754F
Complementary color
Monochromatic Colors of #35754F
Black with #35754F
Text Example
Text Example
White with #35754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35754F; }
p { color: rgb(53,117,79); }
H1.HeaderClassName
{
color: #35754F;
}
.AnyTagClassName
{
color: #35754F;
}
</style>
background-color css
<style>
a { background-color: #35754F; }
a { background-color: rgb(53,117,79); }
div.DivClassName
{
background-color: #35754F;
}
.BgClassName
{
background-color: #35754F;
}
</style>
border-color css
<style>
span { border-color: #35754F; }
span { border-color: rgb(53,117,79); }
td.TdClassName
{
border-color: #35754F;
}
.TagClassName
{
border-color: #35754F;
}
</style>