Shades of Amazon #36824B
Tints of Amazon #36824B
RGB
CMYK
RGB Variations
Color information
#36824B (or 0x36824B) is known color: Amazon. HEX triplet: 36, 82 and 4B. RGB value is (54,130,75). Sum of RGB (Red+Green+Blue) = 54+130+75=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #36824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36824B is #C97DB4. Grayscale: #656565. Windows color (decimal): -13204917 or 4948534. OLE color: 4948534.
HSL color Cylindrical-coordinate representation of color #36824B: hue angle of 136.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 #36824B is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 75 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.49 |
| HSL | 136.58º | 0.41% | 0.36% | - |
| HSV(B) | 136.58º | 0.58% | 0.51% | - |
| XYZ | 10.77 | 17.26 | 9.42 | - |
| YUV | 101.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 75 | 0.58 | 0 | 0.42 | 0.49 | 136.58 | 0.41 | 0.36 |
| Hex | 36 | 82 | 4B | 3A | 0 | 2A | 31 | 89 | 29 | 24 |
| Octal | 66 | 202 | 113 | 72 | 0 | 52 | 61 | 211 | 51 | 44 |
| Binary | 110110 | 10000010 | 1001011 | 111010 | 0 | 101010 | 110001 | 10001001 | 101001 | 100100 |
Color Harmonies of #36824B
Complementary color
Monochromatic Colors of #36824B
Black with #36824B
Text Example
Text Example
White with #36824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36824B; }
p { color: rgb(54,130,75); }
H1.HeaderClassName
{
color: #36824B;
}
.AnyTagClassName
{
color: #36824B;
}
</style>
background-color css
<style>
a { background-color: #36824B; }
a { background-color: rgb(54,130,75); }
div.DivClassName
{
background-color: #36824B;
}
.BgClassName
{
background-color: #36824B;
}
</style>
border-color css
<style>
span { border-color: #36824B; }
span { border-color: rgb(54,130,75); }
td.TdClassName
{
border-color: #36824B;
}
.TagClassName
{
border-color: #36824B;
}
</style>