Shades of Amazon #34804C
Tints of Amazon #34804C
RGB
CMYK
RGB Variations
Color information
#34804C (or 0x34804C) is known color: Amazon. HEX triplet: 34, 80 and 4C. RGB value is (52,128,76). Sum of RGB (Red+Green+Blue) = 52+128+76=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #34804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34804C is #CB7FB3. Grayscale: #636363. Windows color (decimal): -13336500 or 5013556. OLE color: 5013556.
HSL color Cylindrical-coordinate representation of color #34804C: hue angle of 138.95º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34804C is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 128 | 76 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.50 |
| HSL | 138.95º | 0.42% | 0.35% | - |
| HSV(B) | 138.95º | 0.59% | 0.5% | - |
| XYZ | 10.44 | 16.69 | 9.51 | - |
| YUV | 99.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 128 | 76 | 0.59 | 0 | 0.41 | 0.50 | 138.95 | 0.42 | 0.35 |
| Hex | 34 | 80 | 4C | 3B | 0 | 29 | 32 | 8B | 2A | 23 |
| Octal | 64 | 200 | 114 | 73 | 0 | 51 | 62 | 213 | 52 | 43 |
| Binary | 110100 | 10000000 | 1001100 | 111011 | 0 | 101001 | 110010 | 10001011 | 101010 | 100011 |
Color Harmonies of #34804C
Complementary color
Monochromatic Colors of #34804C
Black with #34804C
Text Example
Text Example
White with #34804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34804C; }
p { color: rgb(52,128,76); }
H1.HeaderClassName
{
color: #34804C;
}
.AnyTagClassName
{
color: #34804C;
}
</style>
background-color css
<style>
a { background-color: #34804C; }
a { background-color: rgb(52,128,76); }
div.DivClassName
{
background-color: #34804C;
}
.BgClassName
{
background-color: #34804C;
}
</style>
border-color css
<style>
span { border-color: #34804C; }
span { border-color: rgb(52,128,76); }
td.TdClassName
{
border-color: #34804C;
}
.TagClassName
{
border-color: #34804C;
}
</style>