Shades of Amazon #38835C
Tints of Amazon #38835C
RGB
CMYK
RGB Variations
Color information
#38835C (or 0x38835C) is known color: Amazon. HEX triplet: 38, 83 and 5C. RGB value is (56,131,92). Sum of RGB (Red+Green+Blue) = 56+131+92=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #38835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38835C is #C77CA3. Grayscale: #686868. Windows color (decimal): -13073572 or 6062904. OLE color: 6062904.
HSL color Cylindrical-coordinate representation of color #38835C: hue angle of 148.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38835C is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 131 | 92 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.49 |
| HSL | 148.8º | 0.4% | 0.37% | - |
| HSV(B) | 148.8º | 0.57% | 0.51% | - |
| XYZ | 11.68 | 17.85 | 12.95 | - |
| YUV | 104.13 | 121.15 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 131 | 92 | 0.57 | 0 | 0.30 | 0.49 | 148.8 | 0.4 | 0.37 |
| Hex | 38 | 83 | 5C | 39 | 0 | 1E | 31 | 95 | 28 | 25 |
| Octal | 70 | 203 | 134 | 71 | 0 | 36 | 61 | 225 | 50 | 45 |
| Binary | 111000 | 10000011 | 1011100 | 111001 | 0 | 11110 | 110001 | 10010101 | 101000 | 100101 |
Color Harmonies of #38835C
Complementary color
Monochromatic Colors of #38835C
Black with #38835C
Text Example
Text Example
White with #38835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38835C; }
p { color: rgb(56,131,92); }
H1.HeaderClassName
{
color: #38835C;
}
.AnyTagClassName
{
color: #38835C;
}
</style>
background-color css
<style>
a { background-color: #38835C; }
a { background-color: rgb(56,131,92); }
div.DivClassName
{
background-color: #38835C;
}
.BgClassName
{
background-color: #38835C;
}
</style>
border-color css
<style>
span { border-color: #38835C; }
span { border-color: rgb(56,131,92); }
td.TdClassName
{
border-color: #38835C;
}
.TagClassName
{
border-color: #38835C;
}
</style>