Shades of Amazon #307644
Tints of Amazon #307644
RGB
CMYK
RGB Variations
Color information
#307644 (or 0x307644) is known color: Amazon. HEX triplet: 30, 76 and 44. RGB value is (48,118,68). Sum of RGB (Red+Green+Blue) = 48+118+68=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #307644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307644 is #CF89BB. Grayscale: #5B5B5B. Windows color (decimal): -13601212 or 4486704. OLE color: 4486704.
HSL color Cylindrical-coordinate representation of color #307644: hue angle of 137.14º 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 #307644 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 118 | 68 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.54 |
| HSL | 137.14º | 0.42% | 0.33% | - |
| HSV(B) | 137.14º | 0.59% | 0.46% | - |
| XYZ | 8.74 | 14 | 7.71 | - |
| YUV | 91.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 68 | 0.59 | 0 | 0.42 | 0.54 | 137.14 | 0.42 | 0.33 |
| Hex | 30 | 76 | 44 | 3B | 0 | 2A | 36 | 89 | 2A | 21 |
| Octal | 60 | 166 | 104 | 73 | 0 | 52 | 66 | 211 | 52 | 41 |
| Binary | 110000 | 1110110 | 1000100 | 111011 | 0 | 101010 | 110110 | 10001001 | 101010 | 100001 |
Color Harmonies of #307644
Complementary color
Monochromatic Colors of #307644
Black with #307644
Text Example
Text Example
White with #307644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307644; }
p { color: rgb(48,118,68); }
H1.HeaderClassName
{
color: #307644;
}
.AnyTagClassName
{
color: #307644;
}
</style>
background-color css
<style>
a { background-color: #307644; }
a { background-color: rgb(48,118,68); }
div.DivClassName
{
background-color: #307644;
}
.BgClassName
{
background-color: #307644;
}
</style>
border-color css
<style>
span { border-color: #307644; }
span { border-color: rgb(48,118,68); }
td.TdClassName
{
border-color: #307644;
}
.TagClassName
{
border-color: #307644;
}
</style>