Shades of Amazon #3C6F4F
Tints of Amazon #3C6F4F
RGB
CMYK
RGB Variations
Color information
#3C6F4F (or 0x3C6F4F) is known color: Amazon. HEX triplet: 3C, 6F and 4F. RGB value is (60,111,79). Sum of RGB (Red+Green+Blue) = 60+111+79=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F4F is #C390B0. Grayscale: #5C5C5C. Windows color (decimal): -12816561 or 5205820. OLE color: 5205820.
HSL color Cylindrical-coordinate representation of color #3C6F4F: hue angle of 142.35º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6F4F is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 111 | 79 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.56 |
| HSL | 142.35º | 0.3% | 0.34% | - |
| HSV(B) | 142.35º | 0.46% | 0.44% | - |
| XYZ | 8.96 | 12.89 | 9.41 | - |
| YUV | 92.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 79 | 0.46 | 0 | 0.29 | 0.56 | 142.35 | 0.3 | 0.34 |
| Hex | 3C | 6F | 4F | 2E | 0 | 1D | 38 | 8E | 1E | 22 |
| Octal | 74 | 157 | 117 | 56 | 0 | 35 | 70 | 216 | 36 | 42 |
| Binary | 111100 | 1101111 | 1001111 | 101110 | 0 | 11101 | 111000 | 10001110 | 11110 | 100010 |
Color Harmonies of #3C6F4F
Complementary color
Monochromatic Colors of #3C6F4F
Black with #3C6F4F
Text Example
Text Example
White with #3C6F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6F4F; }
p { color: rgb(60,111,79); }
H1.HeaderClassName
{
color: #3C6F4F;
}
.AnyTagClassName
{
color: #3C6F4F;
}
</style>
background-color css
<style>
a { background-color: #3C6F4F; }
a { background-color: rgb(60,111,79); }
div.DivClassName
{
background-color: #3C6F4F;
}
.BgClassName
{
background-color: #3C6F4F;
}
</style>
border-color css
<style>
span { border-color: #3C6F4F; }
span { border-color: rgb(60,111,79); }
td.TdClassName
{
border-color: #3C6F4F;
}
.TagClassName
{
border-color: #3C6F4F;
}
</style>