Shades of Amazon #38814E
Tints of Amazon #38814E
RGB
CMYK
RGB Variations
Color information
#38814E (or 0x38814E) is known color: Amazon. HEX triplet: 38, 81 and 4E. RGB value is (56,129,78). Sum of RGB (Red+Green+Blue) = 56+129+78=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #38814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38814E is #C77EB1. Grayscale: #656565. Windows color (decimal): -13074098 or 5144888. OLE color: 5144888.
HSL color Cylindrical-coordinate representation of color #38814E: hue angle of 138.08º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38814E is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 129 | 78 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.49 |
| HSL | 138.08º | 0.39% | 0.36% | - |
| HSV(B) | 138.08º | 0.57% | 0.51% | - |
| XYZ | 10.86 | 17.09 | 9.93 | - |
| YUV | 101.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 78 | 0.57 | 0 | 0.40 | 0.49 | 138.08 | 0.39 | 0.36 |
| Hex | 38 | 81 | 4E | 39 | 0 | 28 | 31 | 8A | 27 | 24 |
| Octal | 70 | 201 | 116 | 71 | 0 | 50 | 61 | 212 | 47 | 44 |
| Binary | 111000 | 10000001 | 1001110 | 111001 | 0 | 101000 | 110001 | 10001010 | 100111 | 100100 |
Color Harmonies of #38814E
Complementary color
Monochromatic Colors of #38814E
Black with #38814E
Text Example
Text Example
White with #38814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38814E; }
p { color: rgb(56,129,78); }
H1.HeaderClassName
{
color: #38814E;
}
.AnyTagClassName
{
color: #38814E;
}
</style>
background-color css
<style>
a { background-color: #38814E; }
a { background-color: rgb(56,129,78); }
div.DivClassName
{
background-color: #38814E;
}
.BgClassName
{
background-color: #38814E;
}
</style>
border-color css
<style>
span { border-color: #38814E; }
span { border-color: rgb(56,129,78); }
td.TdClassName
{
border-color: #38814E;
}
.TagClassName
{
border-color: #38814E;
}
</style>