Shades of Amazon #38804C
Tints of Amazon #38804C
RGB
CMYK
RGB Variations
Color information
#38804C (or 0x38804C) is known color: Amazon. HEX triplet: 38, 80 and 4C. RGB value is (56,128,76). Sum of RGB (Red+Green+Blue) = 56+128+76=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #38804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38804C is #C77FB3. Grayscale: #646464. Windows color (decimal): -13074356 or 5013560. OLE color: 5013560.
HSL color Cylindrical-coordinate representation of color #38804C: hue angle of 136.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38804C is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 128 | 76 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.50 |
| HSL | 136.67º | 0.39% | 0.36% | - |
| HSV(B) | 136.67º | 0.56% | 0.5% | - |
| XYZ | 10.65 | 16.8 | 9.52 | - |
| YUV | 100.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 76 | 0.56 | 0 | 0.41 | 0.50 | 136.67 | 0.39 | 0.36 |
| Hex | 38 | 80 | 4C | 38 | 0 | 29 | 32 | 89 | 27 | 24 |
| Octal | 70 | 200 | 114 | 70 | 0 | 51 | 62 | 211 | 47 | 44 |
| Binary | 111000 | 10000000 | 1001100 | 111000 | 0 | 101001 | 110010 | 10001001 | 100111 | 100100 |
Color Harmonies of #38804C
Complementary color
Monochromatic Colors of #38804C
Black with #38804C
Text Example
Text Example
White with #38804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38804C; }
p { color: rgb(56,128,76); }
H1.HeaderClassName
{
color: #38804C;
}
.AnyTagClassName
{
color: #38804C;
}
</style>
background-color css
<style>
a { background-color: #38804C; }
a { background-color: rgb(56,128,76); }
div.DivClassName
{
background-color: #38804C;
}
.BgClassName
{
background-color: #38804C;
}
</style>
border-color css
<style>
span { border-color: #38804C; }
span { border-color: rgb(56,128,76); }
td.TdClassName
{
border-color: #38804C;
}
.TagClassName
{
border-color: #38804C;
}
</style>