Shades of Amazon #368353
Tints of Amazon #368353
RGB
CMYK
RGB Variations
Color information
#368353 (or 0x368353) is known color: Amazon. HEX triplet: 36, 83 and 53. RGB value is (54,131,83). Sum of RGB (Red+Green+Blue) = 54+131+83=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #368353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368353 is #C97CAC. Grayscale: #666666. Windows color (decimal): -13204653 or 5473078. OLE color: 5473078.
HSL color Cylindrical-coordinate representation of color #368353: hue angle of 142.6º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368353 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 131 | 83 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.49 |
| HSL | 142.6º | 0.42% | 0.36% | - |
| HSV(B) | 142.6º | 0.59% | 0.51% | - |
| XYZ | 11.2 | 17.64 | 11 | - |
| YUV | 102.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 83 | 0.59 | 0 | 0.37 | 0.49 | 142.6 | 0.42 | 0.36 |
| Hex | 36 | 83 | 53 | 3B | 0 | 25 | 31 | 8F | 2A | 24 |
| Octal | 66 | 203 | 123 | 73 | 0 | 45 | 61 | 217 | 52 | 44 |
| Binary | 110110 | 10000011 | 1010011 | 111011 | 0 | 100101 | 110001 | 10001111 | 101010 | 100100 |
Color Harmonies of #368353
Complementary color
Monochromatic Colors of #368353
Black with #368353
Text Example
Text Example
White with #368353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368353; }
p { color: rgb(54,131,83); }
H1.HeaderClassName
{
color: #368353;
}
.AnyTagClassName
{
color: #368353;
}
</style>
background-color css
<style>
a { background-color: #368353; }
a { background-color: rgb(54,131,83); }
div.DivClassName
{
background-color: #368353;
}
.BgClassName
{
background-color: #368353;
}
</style>
border-color css
<style>
span { border-color: #368353; }
span { border-color: rgb(54,131,83); }
td.TdClassName
{
border-color: #368353;
}
.TagClassName
{
border-color: #368353;
}
</style>