Shades of Amazon #3A6F4C
Tints of Amazon #3A6F4C
RGB
CMYK
RGB Variations
Color information
#3A6F4C (or 0x3A6F4C) is known color: Amazon. HEX triplet: 3A, 6F and 4C. RGB value is (58,111,76). Sum of RGB (Red+Green+Blue) = 58+111+76=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F4C is #C590B3. Grayscale: #5B5B5B. Windows color (decimal): -12947636 or 5009210. OLE color: 5009210.
HSL color Cylindrical-coordinate representation of color #3A6F4C: hue angle of 140.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6F4C is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 76 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.56 |
| HSL | 140.38º | 0.31% | 0.33% | - |
| HSV(B) | 140.38º | 0.48% | 0.44% | - |
| XYZ | 8.73 | 12.79 | 8.85 | - |
| YUV | 91.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 76 | 0.48 | 0 | 0.32 | 0.56 | 140.38 | 0.31 | 0.33 |
| Hex | 3A | 6F | 4C | 30 | 0 | 20 | 38 | 8C | 1F | 21 |
| Octal | 72 | 157 | 114 | 60 | 0 | 40 | 70 | 214 | 37 | 41 |
| Binary | 111010 | 1101111 | 1001100 | 110000 | 0 | 100000 | 111000 | 10001100 | 11111 | 100001 |
Color Harmonies of #3A6F4C
Complementary color
Monochromatic Colors of #3A6F4C
Black with #3A6F4C
Text Example
Text Example
White with #3A6F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F4C; }
p { color: rgb(58,111,76); }
H1.HeaderClassName
{
color: #3A6F4C;
}
.AnyTagClassName
{
color: #3A6F4C;
}
</style>
background-color css
<style>
a { background-color: #3A6F4C; }
a { background-color: rgb(58,111,76); }
div.DivClassName
{
background-color: #3A6F4C;
}
.BgClassName
{
background-color: #3A6F4C;
}
</style>
border-color css
<style>
span { border-color: #3A6F4C; }
span { border-color: rgb(58,111,76); }
td.TdClassName
{
border-color: #3A6F4C;
}
.TagClassName
{
border-color: #3A6F4C;
}
</style>