Shades of Amazon #368545
Tints of Amazon #368545
RGB
CMYK
RGB Variations
Color information
#368545 (or 0x368545) is known color: Amazon. HEX triplet: 36, 85 and 45. RGB value is (54,133,69). Sum of RGB (Red+Green+Blue) = 54+133+69=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #368545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368545 is #C97ABA. Grayscale: #666666. Windows color (decimal): -13204155 or 4556086. OLE color: 4556086.
HSL color Cylindrical-coordinate representation of color #368545: hue angle of 131.39º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368545 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 133 | 69 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.48 |
| HSL | 131.39º | 0.42% | 0.37% | - |
| HSV(B) | 131.39º | 0.59% | 0.52% | - |
| XYZ | 10.98 | 17.99 | 8.52 | - |
| YUV | 102.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 69 | 0.59 | 0 | 0.48 | 0.48 | 131.39 | 0.42 | 0.37 |
| Hex | 36 | 85 | 45 | 3B | 0 | 30 | 30 | 83 | 2A | 25 |
| Octal | 66 | 205 | 105 | 73 | 0 | 60 | 60 | 203 | 52 | 45 |
| Binary | 110110 | 10000101 | 1000101 | 111011 | 0 | 110000 | 110000 | 10000011 | 101010 | 100101 |
Color Harmonies of #368545
Complementary color
Monochromatic Colors of #368545
Black with #368545
Text Example
Text Example
White with #368545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368545; }
p { color: rgb(54,133,69); }
H1.HeaderClassName
{
color: #368545;
}
.AnyTagClassName
{
color: #368545;
}
</style>
background-color css
<style>
a { background-color: #368545; }
a { background-color: rgb(54,133,69); }
div.DivClassName
{
background-color: #368545;
}
.BgClassName
{
background-color: #368545;
}
</style>
border-color css
<style>
span { border-color: #368545; }
span { border-color: rgb(54,133,69); }
td.TdClassName
{
border-color: #368545;
}
.TagClassName
{
border-color: #368545;
}
</style>