Shades of Goblin #3A5B45
Tints of Goblin #3A5B45
RGB
CMYK
RGB Variations
Color information
#3A5B45 (or 0x3A5B45) is known color: Goblin. HEX triplet: 3A, 5B and 45. RGB value is (58,91,69). Sum of RGB (Red+Green+Blue) = 58+91+69=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #3A5B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5B45 is #C5A4BA. Grayscale: #4E4E4E. Windows color (decimal): -12952763 or 4545338. OLE color: 4545338.
HSL color Cylindrical-coordinate representation of color #3A5B45: hue angle of 140º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5B45 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 91 | 69 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.64 |
| HSL | 140º | 0.22% | 0.29% | - |
| HSV(B) | 140º | 0.36% | 0.36% | - |
| XYZ | 6.56 | 8.81 | 6.99 | - |
| YUV | 78.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 69 | 0.36 | 0 | 0.24 | 0.64 | 140 | 0.22 | 0.29 |
| Hex | 3A | 5B | 45 | 24 | 0 | 18 | 40 | 8C | 16 | 1D |
| Octal | 72 | 133 | 105 | 44 | 0 | 30 | 100 | 214 | 26 | 35 |
| Binary | 111010 | 1011011 | 1000101 | 100100 | 0 | 11000 | 1000000 | 10001100 | 10110 | 11101 |
Color Harmonies of #3A5B45
Complementary color
Monochromatic Colors of #3A5B45
Black with #3A5B45
Text Example
Text Example
White with #3A5B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5B45; }
p { color: rgb(58,91,69); }
H1.HeaderClassName
{
color: #3A5B45;
}
.AnyTagClassName
{
color: #3A5B45;
}
</style>
background-color css
<style>
a { background-color: #3A5B45; }
a { background-color: rgb(58,91,69); }
div.DivClassName
{
background-color: #3A5B45;
}
.BgClassName
{
background-color: #3A5B45;
}
</style>
border-color css
<style>
span { border-color: #3A5B45; }
span { border-color: rgb(58,91,69); }
td.TdClassName
{
border-color: #3A5B45;
}
.TagClassName
{
border-color: #3A5B45;
}
</style>