Shades of Amazon #338546
Tints of Amazon #338546
RGB
CMYK
RGB Variations
Color information
#338546 (or 0x338546) is known color: Amazon. HEX triplet: 33, 85 and 46. RGB value is (51,133,70). Sum of RGB (Red+Green+Blue) = 51+133+70=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #338546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338546 is #CC7AB9. Grayscale: #656565. Windows color (decimal): -13400762 or 4621619. OLE color: 4621619.
HSL color Cylindrical-coordinate representation of color #338546: hue angle of 133.9º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338546 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 133 | 70 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.48 |
| HSL | 133.9º | 0.45% | 0.36% | - |
| HSV(B) | 133.9º | 0.62% | 0.52% | - |
| XYZ | 10.86 | 17.92 | 8.68 | - |
| YUV | 101.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 70 | 0.62 | 0 | 0.47 | 0.48 | 133.9 | 0.45 | 0.36 |
| Hex | 33 | 85 | 46 | 3E | 0 | 2F | 30 | 86 | 2D | 24 |
| Octal | 63 | 205 | 106 | 76 | 0 | 57 | 60 | 206 | 55 | 44 |
| Binary | 110011 | 10000101 | 1000110 | 111110 | 0 | 101111 | 110000 | 10000110 | 101101 | 100100 |
Color Harmonies of #338546
Complementary color
Monochromatic Colors of #338546
Black with #338546
Text Example
Text Example
White with #338546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338546; }
p { color: rgb(51,133,70); }
H1.HeaderClassName
{
color: #338546;
}
.AnyTagClassName
{
color: #338546;
}
</style>
background-color css
<style>
a { background-color: #338546; }
a { background-color: rgb(51,133,70); }
div.DivClassName
{
background-color: #338546;
}
.BgClassName
{
background-color: #338546;
}
</style>
border-color css
<style>
span { border-color: #338546; }
span { border-color: rgb(51,133,70); }
td.TdClassName
{
border-color: #338546;
}
.TagClassName
{
border-color: #338546;
}
</style>