Shades of Goblin #405A46
Tints of Goblin #405A46
RGB
CMYK
RGB Variations
Color information
#405A46 (or 0x405A46) is known color: Goblin. HEX triplet: 40, 5A and 46. RGB value is (64,90,70). Sum of RGB (Red+Green+Blue) = 64+90+70=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #405A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A46 is #BFA5B9. Grayscale: #505050. Windows color (decimal): -12559802 or 4610624. OLE color: 4610624.
HSL color Cylindrical-coordinate representation of color #405A46: hue angle of 133.85º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #405A46 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 90 | 70 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.65 |
| HSL | 133.85º | 0.17% | 0.3% | - |
| HSV(B) | 133.85º | 0.29% | 0.35% | - |
| XYZ | 6.88 | 8.84 | 7.14 | - |
| YUV | 79.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 70 | 0.29 | 0 | 0.22 | 0.65 | 133.85 | 0.17 | 0.3 |
| Hex | 40 | 5A | 46 | 1D | 0 | 16 | 41 | 86 | 11 | 1E |
| Octal | 100 | 132 | 106 | 35 | 0 | 26 | 101 | 206 | 21 | 36 |
| Binary | 1000000 | 1011010 | 1000110 | 11101 | 0 | 10110 | 1000001 | 10000110 | 10001 | 11110 |
Color Harmonies of #405A46
Complementary color
Monochromatic Colors of #405A46
Black with #405A46
Text Example
Text Example
White with #405A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A46; }
p { color: rgb(64,90,70); }
H1.HeaderClassName
{
color: #405A46;
}
.AnyTagClassName
{
color: #405A46;
}
</style>
background-color css
<style>
a { background-color: #405A46; }
a { background-color: rgb(64,90,70); }
div.DivClassName
{
background-color: #405A46;
}
.BgClassName
{
background-color: #405A46;
}
</style>
border-color css
<style>
span { border-color: #405A46; }
span { border-color: rgb(64,90,70); }
td.TdClassName
{
border-color: #405A46;
}
.TagClassName
{
border-color: #405A46;
}
</style>