Shades of Amazon #318344
Tints of Amazon #318344
RGB
CMYK
RGB Variations
Color information
#318344 (or 0x318344) is known color: Amazon. HEX triplet: 31, 83 and 44. RGB value is (49,131,68). Sum of RGB (Red+Green+Blue) = 49+131+68=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #318344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318344 is #CE7CBB. Grayscale: #636363. Windows color (decimal): -13532348 or 4490033. OLE color: 4490033.
HSL color Cylindrical-coordinate representation of color #318344: hue angle of 133.9º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318344 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 131 | 68 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.49 |
| HSL | 133.9º | 0.46% | 0.35% | - |
| HSV(B) | 133.9º | 0.63% | 0.51% | - |
| XYZ | 10.43 | 17.3 | 8.26 | - |
| YUV | 99.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 68 | 0.63 | 0 | 0.48 | 0.49 | 133.9 | 0.46 | 0.35 |
| Hex | 31 | 83 | 44 | 3F | 0 | 30 | 31 | 86 | 2E | 23 |
| Octal | 61 | 203 | 104 | 77 | 0 | 60 | 61 | 206 | 56 | 43 |
| Binary | 110001 | 10000011 | 1000100 | 111111 | 0 | 110000 | 110001 | 10000110 | 101110 | 100011 |
Color Harmonies of #318344
Complementary color
Monochromatic Colors of #318344
Black with #318344
Text Example
Text Example
White with #318344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318344; }
p { color: rgb(49,131,68); }
H1.HeaderClassName
{
color: #318344;
}
.AnyTagClassName
{
color: #318344;
}
</style>
background-color css
<style>
a { background-color: #318344; }
a { background-color: rgb(49,131,68); }
div.DivClassName
{
background-color: #318344;
}
.BgClassName
{
background-color: #318344;
}
</style>
border-color css
<style>
span { border-color: #318344; }
span { border-color: rgb(49,131,68); }
td.TdClassName
{
border-color: #318344;
}
.TagClassName
{
border-color: #318344;
}
</style>