Shades of Amazon #3F8152
Tints of Amazon #3F8152
RGB
CMYK
RGB Variations
Color information
#3F8152 (or 0x3F8152) is known color: Amazon. HEX triplet: 3F, 81 and 52. RGB value is (63,129,82). Sum of RGB (Red+Green+Blue) = 63+129+82=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #3F8152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8152 is #C07EAD. Grayscale: #686868. Windows color (decimal): -12615342 or 5407039. OLE color: 5407039.
HSL color Cylindrical-coordinate representation of color #3F8152: hue angle of 137.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F8152 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 129 | 82 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.49 |
| HSL | 137.27º | 0.34% | 0.38% | - |
| HSV(B) | 137.27º | 0.51% | 0.51% | - |
| XYZ | 11.42 | 17.37 | 10.73 | - |
| YUV | 103.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 82 | 0.51 | 0 | 0.36 | 0.49 | 137.27 | 0.34 | 0.38 |
| Hex | 3F | 81 | 52 | 33 | 0 | 24 | 31 | 89 | 22 | 26 |
| Octal | 77 | 201 | 122 | 63 | 0 | 44 | 61 | 211 | 42 | 46 |
| Binary | 111111 | 10000001 | 1010010 | 110011 | 0 | 100100 | 110001 | 10001001 | 100010 | 100110 |
Color Harmonies of #3F8152
Complementary color
Monochromatic Colors of #3F8152
Black with #3F8152
Text Example
Text Example
White with #3F8152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8152; }
p { color: rgb(63,129,82); }
H1.HeaderClassName
{
color: #3F8152;
}
.AnyTagClassName
{
color: #3F8152;
}
</style>
background-color css
<style>
a { background-color: #3F8152; }
a { background-color: rgb(63,129,82); }
div.DivClassName
{
background-color: #3F8152;
}
.BgClassName
{
background-color: #3F8152;
}
</style>
border-color css
<style>
span { border-color: #3F8152; }
span { border-color: rgb(63,129,82); }
td.TdClassName
{
border-color: #3F8152;
}
.TagClassName
{
border-color: #3F8152;
}
</style>