Shades of Amazon #38754A
Tints of Amazon #38754A
RGB
CMYK
RGB Variations
Color information
#38754A (or 0x38754A) is known color: Amazon. HEX triplet: 38, 75 and 4A. RGB value is (56,117,74). Sum of RGB (Red+Green+Blue) = 56+117+74=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #38754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38754A is #C78AB5. Grayscale: #5D5D5D. Windows color (decimal): -13077174 or 4879672. OLE color: 4879672.
HSL color Cylindrical-coordinate representation of color #38754A: hue angle of 137.7º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38754A is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 117 | 74 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.54 |
| HSL | 137.7º | 0.35% | 0.34% | - |
| HSV(B) | 137.7º | 0.52% | 0.46% | - |
| XYZ | 9.23 | 14.06 | 8.71 | - |
| YUV | 93.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 74 | 0.52 | 0 | 0.37 | 0.54 | 137.7 | 0.35 | 0.34 |
| Hex | 38 | 75 | 4A | 34 | 0 | 25 | 36 | 8A | 23 | 22 |
| Octal | 70 | 165 | 112 | 64 | 0 | 45 | 66 | 212 | 43 | 42 |
| Binary | 111000 | 1110101 | 1001010 | 110100 | 0 | 100101 | 110110 | 10001010 | 100011 | 100010 |
Color Harmonies of #38754A
Complementary color
Monochromatic Colors of #38754A
Black with #38754A
Text Example
Text Example
White with #38754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38754A; }
p { color: rgb(56,117,74); }
H1.HeaderClassName
{
color: #38754A;
}
.AnyTagClassName
{
color: #38754A;
}
</style>
background-color css
<style>
a { background-color: #38754A; }
a { background-color: rgb(56,117,74); }
div.DivClassName
{
background-color: #38754A;
}
.BgClassName
{
background-color: #38754A;
}
</style>
border-color css
<style>
span { border-color: #38754A; }
span { border-color: rgb(56,117,74); }
td.TdClassName
{
border-color: #38754A;
}
.TagClassName
{
border-color: #38754A;
}
</style>