Shades of Amazon #38814A
Tints of Amazon #38814A
RGB
CMYK
RGB Variations
Color information
#38814A (or 0x38814A) is known color: Amazon. HEX triplet: 38, 81 and 4A. RGB value is (56,129,74). Sum of RGB (Red+Green+Blue) = 56+129+74=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #38814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38814A is #C77EB5. Grayscale: #656565. Windows color (decimal): -13074102 or 4882744. OLE color: 4882744.
HSL color Cylindrical-coordinate representation of color #38814A: hue angle of 134.79º 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 #38814A is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 129 | 74 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.49 |
| HSL | 134.79º | 0.39% | 0.36% | - |
| HSV(B) | 134.79º | 0.57% | 0.51% | - |
| XYZ | 10.72 | 17.04 | 9.2 | - |
| YUV | 100.9 | 112.82 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 74 | 0.57 | 0 | 0.43 | 0.49 | 134.79 | 0.39 | 0.36 |
| Hex | 38 | 81 | 4A | 39 | 0 | 2B | 31 | 87 | 27 | 24 |
| Octal | 70 | 201 | 112 | 71 | 0 | 53 | 61 | 207 | 47 | 44 |
| Binary | 111000 | 10000001 | 1001010 | 111001 | 0 | 101011 | 110001 | 10000111 | 100111 | 100100 |
Color Harmonies of #38814A
Complementary color
Monochromatic Colors of #38814A
Black with #38814A
Text Example
Text Example
White with #38814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38814A; }
p { color: rgb(56,129,74); }
H1.HeaderClassName
{
color: #38814A;
}
.AnyTagClassName
{
color: #38814A;
}
</style>
background-color css
<style>
a { background-color: #38814A; }
a { background-color: rgb(56,129,74); }
div.DivClassName
{
background-color: #38814A;
}
.BgClassName
{
background-color: #38814A;
}
</style>
border-color css
<style>
span { border-color: #38814A; }
span { border-color: rgb(56,129,74); }
td.TdClassName
{
border-color: #38814A;
}
.TagClassName
{
border-color: #38814A;
}
</style>