Shades of Amazon #3A824C
Tints of Amazon #3A824C
RGB
CMYK
RGB Variations
Color information
#3A824C (or 0x3A824C) is known color: Amazon. HEX triplet: 3A, 82 and 4C. RGB value is (58,130,76). Sum of RGB (Red+Green+Blue) = 58+130+76=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #3A824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A824C is #C57DB3. Grayscale: #666666. Windows color (decimal): -12942772 or 5014074. OLE color: 5014074.
HSL color Cylindrical-coordinate representation of color #3A824C: hue angle of 135º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A824C is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
RGB | 58 | 130 | 76 | - |
CMYK | 0.55 | 0 | 0.42 | 0.49 |
HSL | 135º | 0.38% | 0.37% | - |
HSV(B) | 135º | 0.55% | 0.51% | - |
XYZ | 11.03 | 17.39 | 9.61 | - |
YUV | 102.32 | 113.15 | 96.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 130 | 76 | 0.55 | 0 | 0.42 | 0.49 | 135 | 0.38 | 0.37 |
Hex | 3A | 82 | 4C | 37 | 0 | 2A | 31 | 87 | 26 | 25 |
Octal | 72 | 202 | 114 | 67 | 0 | 52 | 61 | 207 | 46 | 45 |
Binary | 111010 | 10000010 | 1001100 | 110111 | 0 | 101010 | 110001 | 10000111 | 100110 | 100101 |
Color Harmonies of #3A824C
Complementary color
Monochromatic Colors of #3A824C
Black with #3A824C
Text Example
Text Example
White with #3A824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A824C; }
p { color: rgb(58,130,76); }
H1.HeaderClassName
{
color: #3A824C;
}
.AnyTagClassName
{
color: #3A824C;
}
</style>
background-color css
<style>
a { background-color: #3A824C; }
a { background-color: rgb(58,130,76); }
div.DivClassName
{
background-color: #3A824C;
}
.BgClassName
{
background-color: #3A824C;
}
</style>
border-color css
<style>
span { border-color: #3A824C; }
span { border-color: rgb(58,130,76); }
td.TdClassName
{
border-color: #3A824C;
}
.TagClassName
{
border-color: #3A824C;
}
</style>