Shades of Amazon #36825E
Tints of Amazon #36825E
RGB
CMYK
RGB Variations
Color information
#36825E (or 0x36825E) is known color: Amazon. HEX triplet: 36, 82 and 5E. RGB value is (54,130,94). Sum of RGB (Red+Green+Blue) = 54+130+94=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #36825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36825E is #C97DA1. Grayscale: #676767. Windows color (decimal): -13204898 or 6193718. OLE color: 6193718.
HSL color Cylindrical-coordinate representation of color #36825E: hue angle of 151.58º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36825E is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 94 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.49 |
| HSL | 151.58º | 0.41% | 0.36% | - |
| HSV(B) | 151.58º | 0.58% | 0.51% | - |
| XYZ | 11.52 | 17.56 | 13.37 | - |
| YUV | 103.17 | 122.82 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 94 | 0.58 | 0 | 0.28 | 0.49 | 151.58 | 0.41 | 0.36 |
| Hex | 36 | 82 | 5E | 3A | 0 | 1C | 31 | 98 | 29 | 24 |
| Octal | 66 | 202 | 136 | 72 | 0 | 34 | 61 | 230 | 51 | 44 |
| Binary | 110110 | 10000010 | 1011110 | 111010 | 0 | 11100 | 110001 | 10011000 | 101001 | 100100 |
Color Harmonies of #36825E
Complementary color
Monochromatic Colors of #36825E
Black with #36825E
Text Example
Text Example
White with #36825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36825E; }
p { color: rgb(54,130,94); }
H1.HeaderClassName
{
color: #36825E;
}
.AnyTagClassName
{
color: #36825E;
}
</style>
background-color css
<style>
a { background-color: #36825E; }
a { background-color: rgb(54,130,94); }
div.DivClassName
{
background-color: #36825E;
}
.BgClassName
{
background-color: #36825E;
}
</style>
border-color css
<style>
span { border-color: #36825E; }
span { border-color: rgb(54,130,94); }
td.TdClassName
{
border-color: #36825E;
}
.TagClassName
{
border-color: #36825E;
}
</style>