Shades of Amazon #368251
Tints of Amazon #368251
RGB
CMYK
RGB Variations
Color information
#368251 (or 0x368251) is known color: Amazon. HEX triplet: 36, 82 and 51. RGB value is (54,130,81). Sum of RGB (Red+Green+Blue) = 54+130+81=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #368251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368251 is #C97DAE. Grayscale: #656565. Windows color (decimal): -13204911 or 5341750. OLE color: 5341750.
HSL color Cylindrical-coordinate representation of color #368251: hue angle of 141.32º 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 #368251 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 81 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.49 |
| HSL | 141.32º | 0.41% | 0.36% | - |
| HSV(B) | 141.32º | 0.58% | 0.51% | - |
| XYZ | 10.99 | 17.34 | 10.55 | - |
| YUV | 101.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 81 | 0.58 | 0 | 0.38 | 0.49 | 141.32 | 0.41 | 0.36 |
| Hex | 36 | 82 | 51 | 3A | 0 | 26 | 31 | 8D | 29 | 24 |
| Octal | 66 | 202 | 121 | 72 | 0 | 46 | 61 | 215 | 51 | 44 |
| Binary | 110110 | 10000010 | 1010001 | 111010 | 0 | 100110 | 110001 | 10001101 | 101001 | 100100 |
Color Harmonies of #368251
Complementary color
Monochromatic Colors of #368251
Black with #368251
Text Example
Text Example
White with #368251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368251; }
p { color: rgb(54,130,81); }
H1.HeaderClassName
{
color: #368251;
}
.AnyTagClassName
{
color: #368251;
}
</style>
background-color css
<style>
a { background-color: #368251; }
a { background-color: rgb(54,130,81); }
div.DivClassName
{
background-color: #368251;
}
.BgClassName
{
background-color: #368251;
}
</style>
border-color css
<style>
span { border-color: #368251; }
span { border-color: rgb(54,130,81); }
td.TdClassName
{
border-color: #368251;
}
.TagClassName
{
border-color: #368251;
}
</style>