Shades of Amazon #39804C
Tints of Amazon #39804C
RGB
CMYK
RGB Variations
Color information
#39804C (or 0x39804C) is known color: Amazon. HEX triplet: 39, 80 and 4C. RGB value is (57,128,76). Sum of RGB (Red+Green+Blue) = 57+128+76=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #39804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39804C is #C67FB3. Grayscale: #646464. Windows color (decimal): -13008820 or 5013561. OLE color: 5013561.
HSL color Cylindrical-coordinate representation of color #39804C: hue angle of 136.06º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39804C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 128 | 76 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.50 |
| HSL | 136.06º | 0.38% | 0.36% | - |
| HSV(B) | 136.06º | 0.55% | 0.5% | - |
| XYZ | 10.71 | 16.83 | 9.52 | - |
| YUV | 100.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 76 | 0.55 | 0 | 0.41 | 0.50 | 136.06 | 0.38 | 0.36 |
| Hex | 39 | 80 | 4C | 37 | 0 | 29 | 32 | 88 | 26 | 24 |
| Octal | 71 | 200 | 114 | 67 | 0 | 51 | 62 | 210 | 46 | 44 |
| Binary | 111001 | 10000000 | 1001100 | 110111 | 0 | 101001 | 110010 | 10001000 | 100110 | 100100 |
Color Harmonies of #39804C
Complementary color
Monochromatic Colors of #39804C
Black with #39804C
Text Example
Text Example
White with #39804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39804C; }
p { color: rgb(57,128,76); }
H1.HeaderClassName
{
color: #39804C;
}
.AnyTagClassName
{
color: #39804C;
}
</style>
background-color css
<style>
a { background-color: #39804C; }
a { background-color: rgb(57,128,76); }
div.DivClassName
{
background-color: #39804C;
}
.BgClassName
{
background-color: #39804C;
}
</style>
border-color css
<style>
span { border-color: #39804C; }
span { border-color: rgb(57,128,76); }
td.TdClassName
{
border-color: #39804C;
}
.TagClassName
{
border-color: #39804C;
}
</style>