Shades of Amazon #3C6F4B
Tints of Amazon #3C6F4B
RGB
CMYK
RGB Variations
Color information
#3C6F4B (or 0x3C6F4B) is known color: Amazon. HEX triplet: 3C, 6F and 4B. RGB value is (60,111,75). Sum of RGB (Red+Green+Blue) = 60+111+75=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6F4B is #C390B4. Grayscale: #5B5B5B. Windows color (decimal): -12816565 or 4943676. OLE color: 4943676.
HSL color Cylindrical-coordinate representation of color #3C6F4B: hue angle of 137.65º 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 #3C6F4B is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 111 | 75 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.56 |
| HSL | 137.65º | 0.3% | 0.34% | - |
| HSV(B) | 137.65º | 0.46% | 0.44% | - |
| XYZ | 8.82 | 12.84 | 8.67 | - |
| YUV | 91.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 75 | 0.46 | 0 | 0.32 | 0.56 | 137.65 | 0.3 | 0.34 |
| Hex | 3C | 6F | 4B | 2E | 0 | 20 | 38 | 8A | 1E | 22 |
| Octal | 74 | 157 | 113 | 56 | 0 | 40 | 70 | 212 | 36 | 42 |
| Binary | 111100 | 1101111 | 1001011 | 101110 | 0 | 100000 | 111000 | 10001010 | 11110 | 100010 |
Color Harmonies of #3C6F4B
Complementary color
Monochromatic Colors of #3C6F4B
Black with #3C6F4B
Text Example
Text Example
White with #3C6F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6F4B; }
p { color: rgb(60,111,75); }
H1.HeaderClassName
{
color: #3C6F4B;
}
.AnyTagClassName
{
color: #3C6F4B;
}
</style>
background-color css
<style>
a { background-color: #3C6F4B; }
a { background-color: rgb(60,111,75); }
div.DivClassName
{
background-color: #3C6F4B;
}
.BgClassName
{
background-color: #3C6F4B;
}
</style>
border-color css
<style>
span { border-color: #3C6F4B; }
span { border-color: rgb(60,111,75); }
td.TdClassName
{
border-color: #3C6F4B;
}
.TagClassName
{
border-color: #3C6F4B;
}
</style>