Shades of Amazon #368149
Tints of Amazon #368149
RGB
CMYK
RGB Variations
Color information
#368149 (or 0x368149) is known color: Amazon. HEX triplet: 36, 81 and 49. RGB value is (54,129,73). Sum of RGB (Red+Green+Blue) = 54+129+73=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #368149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368149 is #C97EB6. Grayscale: #646464. Windows color (decimal): -13205175 or 4817206. OLE color: 4817206.
HSL color Cylindrical-coordinate representation of color #368149: hue angle of 135.2º 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 #368149 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 129 | 73 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.49 |
| HSL | 135.2º | 0.41% | 0.36% | - |
| HSV(B) | 135.2º | 0.58% | 0.51% | - |
| XYZ | 10.57 | 16.97 | 9.02 | - |
| YUV | 100.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 73 | 0.58 | 0 | 0.43 | 0.49 | 135.2 | 0.41 | 0.36 |
| Hex | 36 | 81 | 49 | 3A | 0 | 2B | 31 | 87 | 29 | 24 |
| Octal | 66 | 201 | 111 | 72 | 0 | 53 | 61 | 207 | 51 | 44 |
| Binary | 110110 | 10000001 | 1001001 | 111010 | 0 | 101011 | 110001 | 10000111 | 101001 | 100100 |
Color Harmonies of #368149
Complementary color
Monochromatic Colors of #368149
Black with #368149
Text Example
Text Example
White with #368149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368149; }
p { color: rgb(54,129,73); }
H1.HeaderClassName
{
color: #368149;
}
.AnyTagClassName
{
color: #368149;
}
</style>
background-color css
<style>
a { background-color: #368149; }
a { background-color: rgb(54,129,73); }
div.DivClassName
{
background-color: #368149;
}
.BgClassName
{
background-color: #368149;
}
</style>
border-color css
<style>
span { border-color: #368149; }
span { border-color: rgb(54,129,73); }
td.TdClassName
{
border-color: #368149;
}
.TagClassName
{
border-color: #368149;
}
</style>