Shades of Amazon #30765C
Tints of Amazon #30765C
RGB
CMYK
RGB Variations
Color information
#30765C (or 0x30765C) is known color: Amazon. HEX triplet: 30, 76 and 5C. RGB value is (48,118,92). Sum of RGB (Red+Green+Blue) = 48+118+92=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #30765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30765C is #CF89A3. Grayscale: #5E5E5E. Windows color (decimal): -13601188 or 6059568. OLE color: 6059568.
HSL color Cylindrical-coordinate representation of color #30765C: hue angle of 157.71º 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 #30765C is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 118 | 92 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.54 |
| HSL | 157.71º | 0.42% | 0.33% | - |
| HSV(B) | 157.71º | 0.59% | 0.46% | - |
| XYZ | 9.63 | 14.36 | 12.39 | - |
| YUV | 94.11 | 126.81 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 92 | 0.59 | 0 | 0.22 | 0.54 | 157.71 | 0.42 | 0.33 |
| Hex | 30 | 76 | 5C | 3B | 0 | 16 | 36 | 9E | 2A | 21 |
| Octal | 60 | 166 | 134 | 73 | 0 | 26 | 66 | 236 | 52 | 41 |
| Binary | 110000 | 1110110 | 1011100 | 111011 | 0 | 10110 | 110110 | 10011110 | 101010 | 100001 |
Color Harmonies of #30765C
Complementary color
Monochromatic Colors of #30765C
Black with #30765C
Text Example
Text Example
White with #30765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30765C; }
p { color: rgb(48,118,92); }
H1.HeaderClassName
{
color: #30765C;
}
.AnyTagClassName
{
color: #30765C;
}
</style>
background-color css
<style>
a { background-color: #30765C; }
a { background-color: rgb(48,118,92); }
div.DivClassName
{
background-color: #30765C;
}
.BgClassName
{
background-color: #30765C;
}
</style>
border-color css
<style>
span { border-color: #30765C; }
span { border-color: rgb(48,118,92); }
td.TdClassName
{
border-color: #30765C;
}
.TagClassName
{
border-color: #30765C;
}
</style>