Shades of Amazon #35834C
Tints of Amazon #35834C
RGB
CMYK
RGB Variations
Color information
#35834C (or 0x35834C) is known color: Amazon. HEX triplet: 35, 83 and 4C. RGB value is (53,131,76). Sum of RGB (Red+Green+Blue) = 53+131+76=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #35834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35834C is #CA7CB3. Grayscale: #656565. Windows color (decimal): -13270196 or 5014325. OLE color: 5014325.
HSL color Cylindrical-coordinate representation of color #35834C: hue angle of 137.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35834C is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 76 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.49 |
| HSL | 137.69º | 0.42% | 0.36% | - |
| HSV(B) | 137.69º | 0.6% | 0.51% | - |
| XYZ | 10.89 | 17.51 | 9.64 | - |
| YUV | 101.41 | 113.66 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 76 | 0.60 | 0 | 0.42 | 0.49 | 137.69 | 0.42 | 0.36 |
| Hex | 35 | 83 | 4C | 3C | 0 | 2A | 31 | 8A | 2A | 24 |
| Octal | 65 | 203 | 114 | 74 | 0 | 52 | 61 | 212 | 52 | 44 |
| Binary | 110101 | 10000011 | 1001100 | 111100 | 0 | 101010 | 110001 | 10001010 | 101010 | 100100 |
Color Harmonies of #35834C
Complementary color
Monochromatic Colors of #35834C
Black with #35834C
Text Example
Text Example
White with #35834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35834C; }
p { color: rgb(53,131,76); }
H1.HeaderClassName
{
color: #35834C;
}
.AnyTagClassName
{
color: #35834C;
}
</style>
background-color css
<style>
a { background-color: #35834C; }
a { background-color: rgb(53,131,76); }
div.DivClassName
{
background-color: #35834C;
}
.BgClassName
{
background-color: #35834C;
}
</style>
border-color css
<style>
span { border-color: #35834C; }
span { border-color: rgb(53,131,76); }
td.TdClassName
{
border-color: #35834C;
}
.TagClassName
{
border-color: #35834C;
}
</style>