Shades of Amazon #38844B
Tints of Amazon #38844B
RGB
CMYK
RGB Variations
Color information
#38844B (or 0x38844B) is known color: Amazon. HEX triplet: 38, 84 and 4B. RGB value is (56,132,75). Sum of RGB (Red+Green+Blue) = 56+132+75=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #38844B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38844B is #C77BB4. Grayscale: #666666. Windows color (decimal): -13073333 or 4949048. OLE color: 4949048.
HSL color Cylindrical-coordinate representation of color #38844B: hue angle of 135º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38844B is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 132 | 75 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.48 |
| HSL | 135º | 0.4% | 0.37% | - |
| HSV(B) | 135º | 0.58% | 0.52% | - |
| XYZ | 11.15 | 17.85 | 9.51 | - |
| YUV | 102.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 75 | 0.58 | 0 | 0.43 | 0.48 | 135 | 0.4 | 0.37 |
| Hex | 38 | 84 | 4B | 3A | 0 | 2B | 30 | 87 | 28 | 25 |
| Octal | 70 | 204 | 113 | 72 | 0 | 53 | 60 | 207 | 50 | 45 |
| Binary | 111000 | 10000100 | 1001011 | 111010 | 0 | 101011 | 110000 | 10000111 | 101000 | 100101 |
Color Harmonies of #38844B
Complementary color
Monochromatic Colors of #38844B
Black with #38844B
Text Example
Text Example
White with #38844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38844B; }
p { color: rgb(56,132,75); }
H1.HeaderClassName
{
color: #38844B;
}
.AnyTagClassName
{
color: #38844B;
}
</style>
background-color css
<style>
a { background-color: #38844B; }
a { background-color: rgb(56,132,75); }
div.DivClassName
{
background-color: #38844B;
}
.BgClassName
{
background-color: #38844B;
}
</style>
border-color css
<style>
span { border-color: #38844B; }
span { border-color: rgb(56,132,75); }
td.TdClassName
{
border-color: #38844B;
}
.TagClassName
{
border-color: #38844B;
}
</style>