Shades of Amazon #33754B
Tints of Amazon #33754B
RGB
CMYK
RGB Variations
Color information
#33754B (or 0x33754B) is known color: Amazon. HEX triplet: 33, 75 and 4B. RGB value is (51,117,75). Sum of RGB (Red+Green+Blue) = 51+117+75=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #33754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33754B is #CC8AB4. Grayscale: #5C5C5C. Windows color (decimal): -13404853 or 4945203. OLE color: 4945203.
HSL color Cylindrical-coordinate representation of color #33754B: hue angle of 141.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33754B is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 117 | 75 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.54 |
| HSL | 141.82º | 0.39% | 0.33% | - |
| HSV(B) | 141.82º | 0.56% | 0.46% | - |
| XYZ | 9 | 13.93 | 8.87 | - |
| YUV | 92.48 | 118.13 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 75 | 0.56 | 0 | 0.36 | 0.54 | 141.82 | 0.39 | 0.33 |
| Hex | 33 | 75 | 4B | 38 | 0 | 24 | 36 | 8E | 27 | 21 |
| Octal | 63 | 165 | 113 | 70 | 0 | 44 | 66 | 216 | 47 | 41 |
| Binary | 110011 | 1110101 | 1001011 | 111000 | 0 | 100100 | 110110 | 10001110 | 100111 | 100001 |
Color Harmonies of #33754B
Complementary color
Monochromatic Colors of #33754B
Black with #33754B
Text Example
Text Example
White with #33754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33754B; }
p { color: rgb(51,117,75); }
H1.HeaderClassName
{
color: #33754B;
}
.AnyTagClassName
{
color: #33754B;
}
</style>
background-color css
<style>
a { background-color: #33754B; }
a { background-color: rgb(51,117,75); }
div.DivClassName
{
background-color: #33754B;
}
.BgClassName
{
background-color: #33754B;
}
</style>
border-color css
<style>
span { border-color: #33754B; }
span { border-color: rgb(51,117,75); }
td.TdClassName
{
border-color: #33754B;
}
.TagClassName
{
border-color: #33754B;
}
</style>