Shades of Amazon #38714F
Tints of Amazon #38714F
RGB
CMYK
RGB Variations
Color information
#38714F (or 0x38714F) is known color: Amazon. HEX triplet: 38, 71 and 4F. RGB value is (56,113,79). Sum of RGB (Red+Green+Blue) = 56+113+79=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #38714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38714F is #C78EB0. Grayscale: #5C5C5C. Windows color (decimal): -13078193 or 5206328. OLE color: 5206328.
HSL color Cylindrical-coordinate representation of color #38714F: hue angle of 144.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38714F is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 113 | 79 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.56 |
| HSL | 144.21º | 0.34% | 0.33% | - |
| HSV(B) | 144.21º | 0.5% | 0.44% | - |
| XYZ | 8.95 | 13.22 | 9.48 | - |
| YUV | 92.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 79 | 0.50 | 0 | 0.30 | 0.56 | 144.21 | 0.34 | 0.33 |
| Hex | 38 | 71 | 4F | 32 | 0 | 1E | 38 | 90 | 22 | 21 |
| Octal | 70 | 161 | 117 | 62 | 0 | 36 | 70 | 220 | 42 | 41 |
| Binary | 111000 | 1110001 | 1001111 | 110010 | 0 | 11110 | 111000 | 10010000 | 100010 | 100001 |
Color Harmonies of #38714F
Complementary color
Monochromatic Colors of #38714F
Black with #38714F
Text Example
Text Example
White with #38714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38714F; }
p { color: rgb(56,113,79); }
H1.HeaderClassName
{
color: #38714F;
}
.AnyTagClassName
{
color: #38714F;
}
</style>
background-color css
<style>
a { background-color: #38714F; }
a { background-color: rgb(56,113,79); }
div.DivClassName
{
background-color: #38714F;
}
.BgClassName
{
background-color: #38714F;
}
</style>
border-color css
<style>
span { border-color: #38714F; }
span { border-color: rgb(56,113,79); }
td.TdClassName
{
border-color: #38714F;
}
.TagClassName
{
border-color: #38714F;
}
</style>