Shades of Amazon #31824F
Tints of Amazon #31824F
RGB
CMYK
RGB Variations
Color information
#31824F (or 0x31824F) is known color: Amazon. HEX triplet: 31, 82 and 4F. RGB value is (49,130,79). Sum of RGB (Red+Green+Blue) = 49+130+79=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #31824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31824F is #CE7DB0. Grayscale: #646464. Windows color (decimal): -13532593 or 5210673. OLE color: 5210673.
HSL color Cylindrical-coordinate representation of color #31824F: hue angle of 142.22º 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 #31824F is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 79 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.49 |
| HSL | 142.22º | 0.45% | 0.35% | - |
| HSV(B) | 142.22º | 0.62% | 0.51% | - |
| XYZ | 10.66 | 17.18 | 10.15 | - |
| YUV | 99.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 79 | 0.62 | 0 | 0.39 | 0.49 | 142.22 | 0.45 | 0.35 |
| Hex | 31 | 82 | 4F | 3E | 0 | 27 | 31 | 8E | 2D | 23 |
| Octal | 61 | 202 | 117 | 76 | 0 | 47 | 61 | 216 | 55 | 43 |
| Binary | 110001 | 10000010 | 1001111 | 111110 | 0 | 100111 | 110001 | 10001110 | 101101 | 100011 |
Color Harmonies of #31824F
Complementary color
Monochromatic Colors of #31824F
Black with #31824F
Text Example
Text Example
White with #31824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31824F; }
p { color: rgb(49,130,79); }
H1.HeaderClassName
{
color: #31824F;
}
.AnyTagClassName
{
color: #31824F;
}
</style>
background-color css
<style>
a { background-color: #31824F; }
a { background-color: rgb(49,130,79); }
div.DivClassName
{
background-color: #31824F;
}
.BgClassName
{
background-color: #31824F;
}
</style>
border-color css
<style>
span { border-color: #31824F; }
span { border-color: rgb(49,130,79); }
td.TdClassName
{
border-color: #31824F;
}
.TagClassName
{
border-color: #31824F;
}
</style>