Shades of Goblin #39453E
Tints of Goblin #39453E
RGB
CMYK
RGB Variations
Color information
#39453E (or 0x39453E) is known color: Goblin. HEX triplet: 39, 45 and 3E. RGB value is (57,69,62). Sum of RGB (Red+Green+Blue) = 57+69+62=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 69 - color contains mainly: green. Hex color #39453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39453E is #C6BAC1. Grayscale: #404040. Windows color (decimal): -13023938 or 4080953. OLE color: 4080953.
HSL color Cylindrical-coordinate representation of color #39453E: hue angle of 145º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #39453E is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 62 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.73 |
| HSL | 145º | 0.1% | 0.25% | - |
| HSV(B) | 145º | 0.17% | 0.27% | - |
| XYZ | 4.68 | 5.47 | 5.37 | - |
| YUV | 64.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 62 | 0.17 | 0 | 0.10 | 0.73 | 145 | 0.1 | 0.25 |
| Hex | 39 | 45 | 3E | 11 | 0 | A | 49 | 91 | A | 19 |
| Octal | 71 | 105 | 76 | 21 | 0 | 12 | 111 | 221 | 12 | 31 |
| Binary | 111001 | 1000101 | 111110 | 10001 | 0 | 1010 | 1001001 | 10010001 | 1010 | 11001 |
Color Harmonies of #39453E
Complementary color
Monochromatic Colors of #39453E
Black with #39453E
Text Example
Text Example
White with #39453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39453E; }
p { color: rgb(57,69,62); }
H1.HeaderClassName
{
color: #39453E;
}
.AnyTagClassName
{
color: #39453E;
}
</style>
background-color css
<style>
a { background-color: #39453E; }
a { background-color: rgb(57,69,62); }
div.DivClassName
{
background-color: #39453E;
}
.BgClassName
{
background-color: #39453E;
}
</style>
border-color css
<style>
span { border-color: #39453E; }
span { border-color: rgb(57,69,62); }
td.TdClassName
{
border-color: #39453E;
}
.TagClassName
{
border-color: #39453E;
}
</style>