Shades of Amazon #307754
Tints of Amazon #307754
RGB
CMYK
RGB Variations
Color information
#307754 (or 0x307754) is known color: Amazon. HEX triplet: 30, 77 and 54. RGB value is (48,119,84). Sum of RGB (Red+Green+Blue) = 48+119+84=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #307754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307754 is #CF88AB. Grayscale: #5D5D5D. Windows color (decimal): -13600940 or 5535536. OLE color: 5535536.
HSL color Cylindrical-coordinate representation of color #307754: hue angle of 150.42º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307754 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 119 | 84 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.53 |
| HSL | 150.42º | 0.43% | 0.33% | - |
| HSV(B) | 150.42º | 0.6% | 0.47% | - |
| XYZ | 9.42 | 14.46 | 10.68 | - |
| YUV | 93.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 84 | 0.60 | 0 | 0.29 | 0.53 | 150.42 | 0.43 | 0.33 |
| Hex | 30 | 77 | 54 | 3C | 0 | 1D | 35 | 96 | 2B | 21 |
| Octal | 60 | 167 | 124 | 74 | 0 | 35 | 65 | 226 | 53 | 41 |
| Binary | 110000 | 1110111 | 1010100 | 111100 | 0 | 11101 | 110101 | 10010110 | 101011 | 100001 |
Color Harmonies of #307754
Complementary color
Monochromatic Colors of #307754
Black with #307754
Text Example
Text Example
White with #307754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307754; }
p { color: rgb(48,119,84); }
H1.HeaderClassName
{
color: #307754;
}
.AnyTagClassName
{
color: #307754;
}
</style>
background-color css
<style>
a { background-color: #307754; }
a { background-color: rgb(48,119,84); }
div.DivClassName
{
background-color: #307754;
}
.BgClassName
{
background-color: #307754;
}
</style>
border-color css
<style>
span { border-color: #307754; }
span { border-color: rgb(48,119,84); }
td.TdClassName
{
border-color: #307754;
}
.TagClassName
{
border-color: #307754;
}
</style>