Shades of Amazon #38824B
Tints of Amazon #38824B
RGB
CMYK
RGB Variations
Color information
#38824B (or 0x38824B) is known color: Amazon. HEX triplet: 38, 82 and 4B. RGB value is (56,130,75). Sum of RGB (Red+Green+Blue) = 56+130+75=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #38824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38824B is #C77DB4. Grayscale: #656565. Windows color (decimal): -13073845 or 4948536. OLE color: 4948536.
HSL color Cylindrical-coordinate representation of color #38824B: hue angle of 135.41º degrees, saturation: 0.4, 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 #38824B is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 75 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.49 |
| HSL | 135.41º | 0.4% | 0.36% | - |
| HSV(B) | 135.41º | 0.57% | 0.51% | - |
| XYZ | 10.88 | 17.31 | 9.42 | - |
| YUV | 101.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 75 | 0.57 | 0 | 0.42 | 0.49 | 135.41 | 0.4 | 0.36 |
| Hex | 38 | 82 | 4B | 39 | 0 | 2A | 31 | 87 | 28 | 24 |
| Octal | 70 | 202 | 113 | 71 | 0 | 52 | 61 | 207 | 50 | 44 |
| Binary | 111000 | 10000010 | 1001011 | 111001 | 0 | 101010 | 110001 | 10000111 | 101000 | 100100 |
Color Harmonies of #38824B
Complementary color
Monochromatic Colors of #38824B
Black with #38824B
Text Example
Text Example
White with #38824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38824B; }
p { color: rgb(56,130,75); }
H1.HeaderClassName
{
color: #38824B;
}
.AnyTagClassName
{
color: #38824B;
}
</style>
background-color css
<style>
a { background-color: #38824B; }
a { background-color: rgb(56,130,75); }
div.DivClassName
{
background-color: #38824B;
}
.BgClassName
{
background-color: #38824B;
}
</style>
border-color css
<style>
span { border-color: #38824B; }
span { border-color: rgb(56,130,75); }
td.TdClassName
{
border-color: #38824B;
}
.TagClassName
{
border-color: #38824B;
}
</style>