Shades of Amazon #367B4F
Tints of Amazon #367B4F
RGB
CMYK
RGB Variations
Color information
#367B4F (or 0x367B4F) is known color: Amazon. HEX triplet: 36, 7B and 4F. RGB value is (54,123,79). Sum of RGB (Red+Green+Blue) = 54+123+79=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #367B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B4F is #C984B0. Grayscale: #616161. Windows color (decimal): -13206705 or 5208886. OLE color: 5208886.
HSL color Cylindrical-coordinate representation of color #367B4F: hue angle of 141.74º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367B4F is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 123 | 79 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.52 |
| HSL | 141.74º | 0.39% | 0.35% | - |
| HSV(B) | 141.74º | 0.56% | 0.48% | - |
| XYZ | 10.02 | 15.51 | 9.86 | - |
| YUV | 97.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 79 | 0.56 | 0 | 0.36 | 0.52 | 141.74 | 0.39 | 0.35 |
| Hex | 36 | 7B | 4F | 38 | 0 | 24 | 34 | 8E | 27 | 23 |
| Octal | 66 | 173 | 117 | 70 | 0 | 44 | 64 | 216 | 47 | 43 |
| Binary | 110110 | 1111011 | 1001111 | 111000 | 0 | 100100 | 110100 | 10001110 | 100111 | 100011 |
Color Harmonies of #367B4F
Complementary color
Monochromatic Colors of #367B4F
Black with #367B4F
Text Example
Text Example
White with #367B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367B4F; }
p { color: rgb(54,123,79); }
H1.HeaderClassName
{
color: #367B4F;
}
.AnyTagClassName
{
color: #367B4F;
}
</style>
background-color css
<style>
a { background-color: #367B4F; }
a { background-color: rgb(54,123,79); }
div.DivClassName
{
background-color: #367B4F;
}
.BgClassName
{
background-color: #367B4F;
}
</style>
border-color css
<style>
span { border-color: #367B4F; }
span { border-color: rgb(54,123,79); }
td.TdClassName
{
border-color: #367B4F;
}
.TagClassName
{
border-color: #367B4F;
}
</style>