Shades of Amazon #307452
Tints of Amazon #307452
RGB
CMYK
RGB Variations
Color information
#307452 (or 0x307452) is known color: Amazon. HEX triplet: 30, 74 and 52. RGB value is (48,116,82). Sum of RGB (Red+Green+Blue) = 48+116+82=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #307452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307452 is #CF8BAD. Grayscale: #5B5B5B. Windows color (decimal): -13601710 or 5403696. OLE color: 5403696.
HSL color Cylindrical-coordinate representation of color #307452: hue angle of 150º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307452 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 82 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.55 |
| HSL | 150º | 0.41% | 0.32% | - |
| HSV(B) | 150º | 0.59% | 0.45% | - |
| XYZ | 8.99 | 13.73 | 10.16 | - |
| YUV | 91.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 82 | 0.59 | 0 | 0.29 | 0.55 | 150 | 0.41 | 0.32 |
| Hex | 30 | 74 | 52 | 3B | 0 | 1D | 37 | 96 | 29 | 20 |
| Octal | 60 | 164 | 122 | 73 | 0 | 35 | 67 | 226 | 51 | 40 |
| Binary | 110000 | 1110100 | 1010010 | 111011 | 0 | 11101 | 110111 | 10010110 | 101001 | 100000 |
Color Harmonies of #307452
Complementary color
Monochromatic Colors of #307452
Black with #307452
Text Example
Text Example
White with #307452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307452; }
p { color: rgb(48,116,82); }
H1.HeaderClassName
{
color: #307452;
}
.AnyTagClassName
{
color: #307452;
}
</style>
background-color css
<style>
a { background-color: #307452; }
a { background-color: rgb(48,116,82); }
div.DivClassName
{
background-color: #307452;
}
.BgClassName
{
background-color: #307452;
}
</style>
border-color css
<style>
span { border-color: #307452; }
span { border-color: rgb(48,116,82); }
td.TdClassName
{
border-color: #307452;
}
.TagClassName
{
border-color: #307452;
}
</style>