Shades of Amazon #31814B
Tints of Amazon #31814B
RGB
CMYK
RGB Variations
Color information
#31814B (or 0x31814B) is known color: Amazon. HEX triplet: 31, 81 and 4B. RGB value is (49,129,75). Sum of RGB (Red+Green+Blue) = 49+129+75=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #31814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31814B is #CE7EB4. Grayscale: #636363. Windows color (decimal): -13532853 or 4948273. OLE color: 4948273.
HSL color Cylindrical-coordinate representation of color #31814B: hue angle of 139.5º 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 #31814B is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 129 | 75 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.49 |
| HSL | 139.5º | 0.45% | 0.35% | - |
| HSV(B) | 139.5º | 0.62% | 0.51% | - |
| XYZ | 10.39 | 16.86 | 9.36 | - |
| YUV | 98.92 | 114.5 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 75 | 0.62 | 0 | 0.42 | 0.49 | 139.5 | 0.45 | 0.35 |
| Hex | 31 | 81 | 4B | 3E | 0 | 2A | 31 | 8C | 2D | 23 |
| Octal | 61 | 201 | 113 | 76 | 0 | 52 | 61 | 214 | 55 | 43 |
| Binary | 110001 | 10000001 | 1001011 | 111110 | 0 | 101010 | 110001 | 10001100 | 101101 | 100011 |
Color Harmonies of #31814B
Complementary color
Monochromatic Colors of #31814B
Black with #31814B
Text Example
Text Example
White with #31814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31814B; }
p { color: rgb(49,129,75); }
H1.HeaderClassName
{
color: #31814B;
}
.AnyTagClassName
{
color: #31814B;
}
</style>
background-color css
<style>
a { background-color: #31814B; }
a { background-color: rgb(49,129,75); }
div.DivClassName
{
background-color: #31814B;
}
.BgClassName
{
background-color: #31814B;
}
</style>
border-color css
<style>
span { border-color: #31814B; }
span { border-color: rgb(49,129,75); }
td.TdClassName
{
border-color: #31814B;
}
.TagClassName
{
border-color: #31814B;
}
</style>