Shades of Amazon #318443
Tints of Amazon #318443
RGB
CMYK
RGB Variations
Color information
#318443 (or 0x318443) is known color: Amazon. HEX triplet: 31, 84 and 43. RGB value is (49,132,67). Sum of RGB (Red+Green+Blue) = 49+132+67=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #318443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318443 is #CE7BBC. Grayscale: #636363. Windows color (decimal): -13532093 or 4424753. OLE color: 4424753.
HSL color Cylindrical-coordinate representation of color #318443: hue angle of 133.01º 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 #318443 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 132 | 67 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.48 |
| HSL | 133.01º | 0.46% | 0.35% | - |
| HSV(B) | 133.01º | 0.63% | 0.52% | - |
| XYZ | 10.53 | 17.56 | 8.14 | - |
| YUV | 99.77 | 109.5 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 67 | 0.63 | 0 | 0.49 | 0.48 | 133.01 | 0.46 | 0.35 |
| Hex | 31 | 84 | 43 | 3F | 0 | 31 | 30 | 85 | 2E | 23 |
| Octal | 61 | 204 | 103 | 77 | 0 | 61 | 60 | 205 | 56 | 43 |
| Binary | 110001 | 10000100 | 1000011 | 111111 | 0 | 110001 | 110000 | 10000101 | 101110 | 100011 |
Color Harmonies of #318443
Complementary color
Monochromatic Colors of #318443
Black with #318443
Text Example
Text Example
White with #318443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318443; }
p { color: rgb(49,132,67); }
H1.HeaderClassName
{
color: #318443;
}
.AnyTagClassName
{
color: #318443;
}
</style>
background-color css
<style>
a { background-color: #318443; }
a { background-color: rgb(49,132,67); }
div.DivClassName
{
background-color: #318443;
}
.BgClassName
{
background-color: #318443;
}
</style>
border-color css
<style>
span { border-color: #318443; }
span { border-color: rgb(49,132,67); }
td.TdClassName
{
border-color: #318443;
}
.TagClassName
{
border-color: #318443;
}
</style>