Shades of Amazon #33854C
Tints of Amazon #33854C
RGB
CMYK
RGB Variations
Color information
#33854C (or 0x33854C) is known color: Amazon. HEX triplet: 33, 85 and 4C. RGB value is (51,133,76). Sum of RGB (Red+Green+Blue) = 51+133+76=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #33854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33854C is #CC7AB3. Grayscale: #666666. Windows color (decimal): -13400756 or 5014835. OLE color: 5014835.
HSL color Cylindrical-coordinate representation of color #33854C: hue angle of 138.29º 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 #33854C is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 133 | 76 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.48 |
| HSL | 138.29º | 0.45% | 0.36% | - |
| HSV(B) | 138.29º | 0.62% | 0.52% | - |
| XYZ | 11.06 | 18 | 9.73 | - |
| YUV | 101.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 76 | 0.62 | 0 | 0.43 | 0.48 | 138.29 | 0.45 | 0.36 |
| Hex | 33 | 85 | 4C | 3E | 0 | 2B | 30 | 8A | 2D | 24 |
| Octal | 63 | 205 | 114 | 76 | 0 | 53 | 60 | 212 | 55 | 44 |
| Binary | 110011 | 10000101 | 1001100 | 111110 | 0 | 101011 | 110000 | 10001010 | 101101 | 100100 |
Color Harmonies of #33854C
Complementary color
Monochromatic Colors of #33854C
Black with #33854C
Text Example
Text Example
White with #33854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33854C; }
p { color: rgb(51,133,76); }
H1.HeaderClassName
{
color: #33854C;
}
.AnyTagClassName
{
color: #33854C;
}
</style>
background-color css
<style>
a { background-color: #33854C; }
a { background-color: rgb(51,133,76); }
div.DivClassName
{
background-color: #33854C;
}
.BgClassName
{
background-color: #33854C;
}
</style>
border-color css
<style>
span { border-color: #33854C; }
span { border-color: rgb(51,133,76); }
td.TdClassName
{
border-color: #33854C;
}
.TagClassName
{
border-color: #33854C;
}
</style>