Shades of Goblin #3A5A43
Tints of Goblin #3A5A43
RGB
CMYK
RGB Variations
Color information
#3A5A43 (or 0x3A5A43) is known color: Goblin. HEX triplet: 3A, 5A and 43. RGB value is (58,90,67). Sum of RGB (Red+Green+Blue) = 58+90+67=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A43 is #C5A5BC. Grayscale: #4D4D4D. Windows color (decimal): -12953021 or 4414010. OLE color: 4414010.
HSL color Cylindrical-coordinate representation of color #3A5A43: hue angle of 136.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5A43 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 90 | 67 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.65 |
| HSL | 136.88º | 0.22% | 0.29% | - |
| HSV(B) | 136.88º | 0.36% | 0.35% | - |
| XYZ | 6.41 | 8.62 | 6.64 | - |
| YUV | 77.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 67 | 0.36 | 0 | 0.26 | 0.65 | 136.88 | 0.22 | 0.29 |
| Hex | 3A | 5A | 43 | 24 | 0 | 1A | 41 | 89 | 16 | 1D |
| Octal | 72 | 132 | 103 | 44 | 0 | 32 | 101 | 211 | 26 | 35 |
| Binary | 111010 | 1011010 | 1000011 | 100100 | 0 | 11010 | 1000001 | 10001001 | 10110 | 11101 |
Color Harmonies of #3A5A43
Complementary color
Monochromatic Colors of #3A5A43
Black with #3A5A43
Text Example
Text Example
White with #3A5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A43; }
p { color: rgb(58,90,67); }
H1.HeaderClassName
{
color: #3A5A43;
}
.AnyTagClassName
{
color: #3A5A43;
}
</style>
background-color css
<style>
a { background-color: #3A5A43; }
a { background-color: rgb(58,90,67); }
div.DivClassName
{
background-color: #3A5A43;
}
.BgClassName
{
background-color: #3A5A43;
}
</style>
border-color css
<style>
span { border-color: #3A5A43; }
span { border-color: rgb(58,90,67); }
td.TdClassName
{
border-color: #3A5A43;
}
.TagClassName
{
border-color: #3A5A43;
}
</style>