Shades of Amazon #34825A
Tints of Amazon #34825A
RGB
CMYK
RGB Variations
Color information
#34825A (or 0x34825A) is known color: Amazon. HEX triplet: 34, 82 and 5A. RGB value is (52,130,90). Sum of RGB (Red+Green+Blue) = 52+130+90=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #34825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34825A is #CB7DA5. Grayscale: #666666. Windows color (decimal): -13335974 or 5931572. OLE color: 5931572.
HSL color Cylindrical-coordinate representation of color #34825A: hue angle of 149.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34825A is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 90 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.49 |
| HSL | 149.23º | 0.43% | 0.36% | - |
| HSV(B) | 149.23º | 0.6% | 0.51% | - |
| XYZ | 11.24 | 17.43 | 12.45 | - |
| YUV | 102.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 90 | 0.60 | 0 | 0.31 | 0.49 | 149.23 | 0.43 | 0.36 |
| Hex | 34 | 82 | 5A | 3C | 0 | 1F | 31 | 95 | 2B | 24 |
| Octal | 64 | 202 | 132 | 74 | 0 | 37 | 61 | 225 | 53 | 44 |
| Binary | 110100 | 10000010 | 1011010 | 111100 | 0 | 11111 | 110001 | 10010101 | 101011 | 100100 |
Color Harmonies of #34825A
Complementary color
Monochromatic Colors of #34825A
Black with #34825A
Text Example
Text Example
White with #34825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34825A; }
p { color: rgb(52,130,90); }
H1.HeaderClassName
{
color: #34825A;
}
.AnyTagClassName
{
color: #34825A;
}
</style>
background-color css
<style>
a { background-color: #34825A; }
a { background-color: rgb(52,130,90); }
div.DivClassName
{
background-color: #34825A;
}
.BgClassName
{
background-color: #34825A;
}
</style>
border-color css
<style>
span { border-color: #34825A; }
span { border-color: rgb(52,130,90); }
td.TdClassName
{
border-color: #34825A;
}
.TagClassName
{
border-color: #34825A;
}
</style>