Shades of Amazon #318446
Tints of Amazon #318446
RGB
CMYK
RGB Variations
Color information
#318446 (or 0x318446) is known color: Amazon. HEX triplet: 31, 84 and 46. RGB value is (49,132,70). Sum of RGB (Red+Green+Blue) = 49+132+70=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #318446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318446 is #CE7BB9. Grayscale: #646464. Windows color (decimal): -13532090 or 4621361. OLE color: 4621361.
HSL color Cylindrical-coordinate representation of color #318446: hue angle of 135.18º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318446 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 132 | 70 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.48 |
| HSL | 135.18º | 0.46% | 0.35% | - |
| HSV(B) | 135.18º | 0.63% | 0.52% | - |
| XYZ | 10.62 | 17.6 | 8.63 | - |
| YUV | 100.12 | 111 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 70 | 0.63 | 0 | 0.47 | 0.48 | 135.18 | 0.46 | 0.35 |
| Hex | 31 | 84 | 46 | 3F | 0 | 2F | 30 | 87 | 2E | 23 |
| Octal | 61 | 204 | 106 | 77 | 0 | 57 | 60 | 207 | 56 | 43 |
| Binary | 110001 | 10000100 | 1000110 | 111111 | 0 | 101111 | 110000 | 10000111 | 101110 | 100011 |
Color Harmonies of #318446
Complementary color
Monochromatic Colors of #318446
Black with #318446
Text Example
Text Example
White with #318446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318446; }
p { color: rgb(49,132,70); }
H1.HeaderClassName
{
color: #318446;
}
.AnyTagClassName
{
color: #318446;
}
</style>
background-color css
<style>
a { background-color: #318446; }
a { background-color: rgb(49,132,70); }
div.DivClassName
{
background-color: #318446;
}
.BgClassName
{
background-color: #318446;
}
</style>
border-color css
<style>
span { border-color: #318446; }
span { border-color: rgb(49,132,70); }
td.TdClassName
{
border-color: #318446;
}
.TagClassName
{
border-color: #318446;
}
</style>