Shades of Amazon #307646
Tints of Amazon #307646
RGB
CMYK
RGB Variations
Color information
#307646 (or 0x307646) is known color: Amazon. HEX triplet: 30, 76 and 46. RGB value is (48,118,70). Sum of RGB (Red+Green+Blue) = 48+118+70=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #307646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307646 is #CF89B9. Grayscale: #5B5B5B. Windows color (decimal): -13601210 or 4617776. OLE color: 4617776.
HSL color Cylindrical-coordinate representation of color #307646: hue angle of 138.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307646 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 118 | 70 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.54 |
| HSL | 138.86º | 0.42% | 0.33% | - |
| HSV(B) | 138.86º | 0.59% | 0.46% | - |
| XYZ | 8.8 | 14.03 | 8.04 | - |
| YUV | 91.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 70 | 0.59 | 0 | 0.41 | 0.54 | 138.86 | 0.42 | 0.33 |
| Hex | 30 | 76 | 46 | 3B | 0 | 29 | 36 | 8B | 2A | 21 |
| Octal | 60 | 166 | 106 | 73 | 0 | 51 | 66 | 213 | 52 | 41 |
| Binary | 110000 | 1110110 | 1000110 | 111011 | 0 | 101001 | 110110 | 10001011 | 101010 | 100001 |
Color Harmonies of #307646
Complementary color
Monochromatic Colors of #307646
Black with #307646
Text Example
Text Example
White with #307646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307646; }
p { color: rgb(48,118,70); }
H1.HeaderClassName
{
color: #307646;
}
.AnyTagClassName
{
color: #307646;
}
</style>
background-color css
<style>
a { background-color: #307646; }
a { background-color: rgb(48,118,70); }
div.DivClassName
{
background-color: #307646;
}
.BgClassName
{
background-color: #307646;
}
</style>
border-color css
<style>
span { border-color: #307646; }
span { border-color: rgb(48,118,70); }
td.TdClassName
{
border-color: #307646;
}
.TagClassName
{
border-color: #307646;
}
</style>