Shades of Amazon #338148
Tints of Amazon #338148
RGB
CMYK
RGB Variations
Color information
#338148 (or 0x338148) is known color: Amazon. HEX triplet: 33, 81 and 48. RGB value is (51,129,72). Sum of RGB (Red+Green+Blue) = 51+129+72=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #338148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338148 is #CC7EB7. Grayscale: #636363. Windows color (decimal): -13401784 or 4751667. OLE color: 4751667.
HSL color Cylindrical-coordinate representation of color #338148: hue angle of 136.15º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338148 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 129 | 72 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.49 |
| HSL | 136.15º | 0.43% | 0.35% | - |
| HSV(B) | 136.15º | 0.6% | 0.51% | - |
| XYZ | 10.39 | 16.87 | 8.84 | - |
| YUV | 99.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 72 | 0.60 | 0 | 0.44 | 0.49 | 136.15 | 0.43 | 0.35 |
| Hex | 33 | 81 | 48 | 3C | 0 | 2C | 31 | 88 | 2B | 23 |
| Octal | 63 | 201 | 110 | 74 | 0 | 54 | 61 | 210 | 53 | 43 |
| Binary | 110011 | 10000001 | 1001000 | 111100 | 0 | 101100 | 110001 | 10001000 | 101011 | 100011 |
Color Harmonies of #338148
Complementary color
Monochromatic Colors of #338148
Black with #338148
Text Example
Text Example
White with #338148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338148; }
p { color: rgb(51,129,72); }
H1.HeaderClassName
{
color: #338148;
}
.AnyTagClassName
{
color: #338148;
}
</style>
background-color css
<style>
a { background-color: #338148; }
a { background-color: rgb(51,129,72); }
div.DivClassName
{
background-color: #338148;
}
.BgClassName
{
background-color: #338148;
}
</style>
border-color css
<style>
span { border-color: #338148; }
span { border-color: rgb(51,129,72); }
td.TdClassName
{
border-color: #338148;
}
.TagClassName
{
border-color: #338148;
}
</style>