Shades of Amazon #38724F
Tints of Amazon #38724F
RGB
CMYK
RGB Variations
Color information
#38724F (or 0x38724F) is known color: Amazon. HEX triplet: 38, 72 and 4F. RGB value is (56,114,79). Sum of RGB (Red+Green+Blue) = 56+114+79=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #38724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38724F is #C78DB0. Grayscale: #5C5C5C. Windows color (decimal): -13077937 or 5206584. OLE color: 5206584.
HSL color Cylindrical-coordinate representation of color #38724F: hue angle of 143.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38724F is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 114 | 79 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.55 |
| HSL | 143.79º | 0.34% | 0.33% | - |
| HSV(B) | 143.79º | 0.51% | 0.45% | - |
| XYZ | 9.06 | 13.44 | 9.51 | - |
| YUV | 92.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 79 | 0.51 | 0 | 0.31 | 0.55 | 143.79 | 0.34 | 0.33 |
| Hex | 38 | 72 | 4F | 33 | 0 | 1F | 37 | 90 | 22 | 21 |
| Octal | 70 | 162 | 117 | 63 | 0 | 37 | 67 | 220 | 42 | 41 |
| Binary | 111000 | 1110010 | 1001111 | 110011 | 0 | 11111 | 110111 | 10010000 | 100010 | 100001 |
Color Harmonies of #38724F
Complementary color
Monochromatic Colors of #38724F
Black with #38724F
Text Example
Text Example
White with #38724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38724F; }
p { color: rgb(56,114,79); }
H1.HeaderClassName
{
color: #38724F;
}
.AnyTagClassName
{
color: #38724F;
}
</style>
background-color css
<style>
a { background-color: #38724F; }
a { background-color: rgb(56,114,79); }
div.DivClassName
{
background-color: #38724F;
}
.BgClassName
{
background-color: #38724F;
}
</style>
border-color css
<style>
span { border-color: #38724F; }
span { border-color: rgb(56,114,79); }
td.TdClassName
{
border-color: #38724F;
}
.TagClassName
{
border-color: #38724F;
}
</style>