Shades of Amazon #368450
Tints of Amazon #368450
RGB
CMYK
RGB Variations
Color information
#368450 (or 0x368450) is known color: Amazon. HEX triplet: 36, 84 and 50. RGB value is (54,132,80). Sum of RGB (Red+Green+Blue) = 54+132+80=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #368450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368450 is #C97BAF. Grayscale: #666666. Windows color (decimal): -13204400 or 5276726. OLE color: 5276726.
HSL color Cylindrical-coordinate representation of color #368450: hue angle of 140º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368450 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 132 | 80 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.48 |
| HSL | 140º | 0.42% | 0.36% | - |
| HSV(B) | 140º | 0.59% | 0.52% | - |
| XYZ | 11.22 | 17.87 | 10.45 | - |
| YUV | 102.75 | 115.16 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 132 | 80 | 0.59 | 0 | 0.39 | 0.48 | 140 | 0.42 | 0.36 |
| Hex | 36 | 84 | 50 | 3B | 0 | 27 | 30 | 8C | 2A | 24 |
| Octal | 66 | 204 | 120 | 73 | 0 | 47 | 60 | 214 | 52 | 44 |
| Binary | 110110 | 10000100 | 1010000 | 111011 | 0 | 100111 | 110000 | 10001100 | 101010 | 100100 |
Color Harmonies of #368450
Complementary color
Monochromatic Colors of #368450
Black with #368450
Text Example
Text Example
White with #368450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368450; }
p { color: rgb(54,132,80); }
H1.HeaderClassName
{
color: #368450;
}
.AnyTagClassName
{
color: #368450;
}
</style>
background-color css
<style>
a { background-color: #368450; }
a { background-color: rgb(54,132,80); }
div.DivClassName
{
background-color: #368450;
}
.BgClassName
{
background-color: #368450;
}
</style>
border-color css
<style>
span { border-color: #368450; }
span { border-color: rgb(54,132,80); }
td.TdClassName
{
border-color: #368450;
}
.TagClassName
{
border-color: #368450;
}
</style>