Shades of Amazon #307B55
Tints of Amazon #307B55
RGB
CMYK
RGB Variations
Color information
#307B55 (or 0x307B55) is known color: Amazon. HEX triplet: 30, 7B and 55. RGB value is (48,123,85). Sum of RGB (Red+Green+Blue) = 48+123+85=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #307B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307B55 is #CF84AA. Grayscale: #606060. Windows color (decimal): -13599915 or 5602096. OLE color: 5602096.
HSL color Cylindrical-coordinate representation of color #307B55: hue angle of 149.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307B55 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 123 | 85 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.52 |
| HSL | 149.6º | 0.44% | 0.34% | - |
| HSV(B) | 149.6º | 0.61% | 0.48% | - |
| XYZ | 9.94 | 15.45 | 11.05 | - |
| YUV | 96.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 85 | 0.61 | 0 | 0.31 | 0.52 | 149.6 | 0.44 | 0.34 |
| Hex | 30 | 7B | 55 | 3D | 0 | 1F | 34 | 96 | 2C | 22 |
| Octal | 60 | 173 | 125 | 75 | 0 | 37 | 64 | 226 | 54 | 42 |
| Binary | 110000 | 1111011 | 1010101 | 111101 | 0 | 11111 | 110100 | 10010110 | 101100 | 100010 |
Color Harmonies of #307B55
Complementary color
Monochromatic Colors of #307B55
Black with #307B55
Text Example
Text Example
White with #307B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307B55; }
p { color: rgb(48,123,85); }
H1.HeaderClassName
{
color: #307B55;
}
.AnyTagClassName
{
color: #307B55;
}
</style>
background-color css
<style>
a { background-color: #307B55; }
a { background-color: rgb(48,123,85); }
div.DivClassName
{
background-color: #307B55;
}
.BgClassName
{
background-color: #307B55;
}
</style>
border-color css
<style>
span { border-color: #307B55; }
span { border-color: rgb(48,123,85); }
td.TdClassName
{
border-color: #307B55;
}
.TagClassName
{
border-color: #307B55;
}
</style>