Shades of Amazon #35844C
Tints of Amazon #35844C
RGB
CMYK
RGB Variations
Color information
#35844C (or 0x35844C) is known color: Amazon. HEX triplet: 35, 84 and 4C. RGB value is (53,132,76). Sum of RGB (Red+Green+Blue) = 53+132+76=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #35844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35844C is #CA7BB3. Grayscale: #666666. Windows color (decimal): -13269940 or 5014581. OLE color: 5014581.
HSL color Cylindrical-coordinate representation of color #35844C: hue angle of 137.47º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35844C is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 132 | 76 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.48 |
| HSL | 137.47º | 0.43% | 0.36% | - |
| HSV(B) | 137.47º | 0.6% | 0.52% | - |
| XYZ | 11.02 | 17.78 | 9.69 | - |
| YUV | 102 | 113.33 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 76 | 0.60 | 0 | 0.42 | 0.48 | 137.47 | 0.43 | 0.36 |
| Hex | 35 | 84 | 4C | 3C | 0 | 2A | 30 | 89 | 2B | 24 |
| Octal | 65 | 204 | 114 | 74 | 0 | 52 | 60 | 211 | 53 | 44 |
| Binary | 110101 | 10000100 | 1001100 | 111100 | 0 | 101010 | 110000 | 10001001 | 101011 | 100100 |
Color Harmonies of #35844C
Complementary color
Monochromatic Colors of #35844C
Black with #35844C
Text Example
Text Example
White with #35844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35844C; }
p { color: rgb(53,132,76); }
H1.HeaderClassName
{
color: #35844C;
}
.AnyTagClassName
{
color: #35844C;
}
</style>
background-color css
<style>
a { background-color: #35844C; }
a { background-color: rgb(53,132,76); }
div.DivClassName
{
background-color: #35844C;
}
.BgClassName
{
background-color: #35844C;
}
</style>
border-color css
<style>
span { border-color: #35844C; }
span { border-color: rgb(53,132,76); }
td.TdClassName
{
border-color: #35844C;
}
.TagClassName
{
border-color: #35844C;
}
</style>