Shades of Amazon #318144
Tints of Amazon #318144
RGB
CMYK
RGB Variations
Color information
#318144 (or 0x318144) is known color: Amazon. HEX triplet: 31, 81 and 44. RGB value is (49,129,68). Sum of RGB (Red+Green+Blue) = 49+129+68=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #318144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318144 is #CE7EBB. Grayscale: #626262. Windows color (decimal): -13532860 or 4489521. OLE color: 4489521.
HSL color Cylindrical-coordinate representation of color #318144: hue angle of 134.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318144 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 129 | 68 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.49 |
| HSL | 134.25º | 0.45% | 0.35% | - |
| HSV(B) | 134.25º | 0.62% | 0.51% | - |
| XYZ | 10.16 | 16.77 | 8.17 | - |
| YUV | 98.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 68 | 0.62 | 0 | 0.47 | 0.49 | 134.25 | 0.45 | 0.35 |
| Hex | 31 | 81 | 44 | 3E | 0 | 2F | 31 | 86 | 2D | 23 |
| Octal | 61 | 201 | 104 | 76 | 0 | 57 | 61 | 206 | 55 | 43 |
| Binary | 110001 | 10000001 | 1000100 | 111110 | 0 | 101111 | 110001 | 10000110 | 101101 | 100011 |
Color Harmonies of #318144
Complementary color
Monochromatic Colors of #318144
Black with #318144
Text Example
Text Example
White with #318144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318144; }
p { color: rgb(49,129,68); }
H1.HeaderClassName
{
color: #318144;
}
.AnyTagClassName
{
color: #318144;
}
</style>
background-color css
<style>
a { background-color: #318144; }
a { background-color: rgb(49,129,68); }
div.DivClassName
{
background-color: #318144;
}
.BgClassName
{
background-color: #318144;
}
</style>
border-color css
<style>
span { border-color: #318144; }
span { border-color: rgb(49,129,68); }
td.TdClassName
{
border-color: #318144;
}
.TagClassName
{
border-color: #318144;
}
</style>