Shades of Amazon #337F44
Tints of Amazon #337F44
RGB
CMYK
RGB Variations
Color information
#337F44 (or 0x337F44) is known color: Amazon. HEX triplet: 33, 7F and 44. RGB value is (51,127,68). Sum of RGB (Red+Green+Blue) = 51+127+68=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #337F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F44 is #CC80BB. Grayscale: #616161. Windows color (decimal): -13402300 or 4489011. OLE color: 4489011.
HSL color Cylindrical-coordinate representation of color #337F44: hue angle of 133.42º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F44 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 127 | 68 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.50 |
| HSL | 133.42º | 0.43% | 0.35% | - |
| HSV(B) | 133.42º | 0.6% | 0.5% | - |
| XYZ | 10 | 16.3 | 8.09 | - |
| YUV | 97.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 68 | 0.60 | 0 | 0.46 | 0.50 | 133.42 | 0.43 | 0.35 |
| Hex | 33 | 7F | 44 | 3C | 0 | 2E | 32 | 85 | 2B | 23 |
| Octal | 63 | 177 | 104 | 74 | 0 | 56 | 62 | 205 | 53 | 43 |
| Binary | 110011 | 1111111 | 1000100 | 111100 | 0 | 101110 | 110010 | 10000101 | 101011 | 100011 |
Color Harmonies of #337F44
Complementary color
Monochromatic Colors of #337F44
Black with #337F44
Text Example
Text Example
White with #337F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337F44; }
p { color: rgb(51,127,68); }
H1.HeaderClassName
{
color: #337F44;
}
.AnyTagClassName
{
color: #337F44;
}
</style>
background-color css
<style>
a { background-color: #337F44; }
a { background-color: rgb(51,127,68); }
div.DivClassName
{
background-color: #337F44;
}
.BgClassName
{
background-color: #337F44;
}
</style>
border-color css
<style>
span { border-color: #337F44; }
span { border-color: rgb(51,127,68); }
td.TdClassName
{
border-color: #337F44;
}
.TagClassName
{
border-color: #337F44;
}
</style>