Shades of Goblin #39543F
Tints of Goblin #39543F
RGB
CMYK
RGB Variations
Color information
#39543F (or 0x39543F) is known color: Goblin. HEX triplet: 39, 54 and 3F. RGB value is (57,84,63). Sum of RGB (Red+Green+Blue) = 57+84+63=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #39543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39543F is #C6ABC0. Grayscale: #494949. Windows color (decimal): -13020097 or 4150329. OLE color: 4150329.
HSL color Cylindrical-coordinate representation of color #39543F: hue angle of 133.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #39543F is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 84 | 63 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.67 |
| HSL | 133.33º | 0.19% | 0.28% | - |
| HSV(B) | 133.33º | 0.32% | 0.33% | - |
| XYZ | 5.75 | 7.57 | 5.86 | - |
| YUV | 73.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 84 | 63 | 0.32 | 0 | 0.25 | 0.67 | 133.33 | 0.19 | 0.28 |
| Hex | 39 | 54 | 3F | 20 | 0 | 19 | 43 | 85 | 13 | 1C |
| Octal | 71 | 124 | 77 | 40 | 0 | 31 | 103 | 205 | 23 | 34 |
| Binary | 111001 | 1010100 | 111111 | 100000 | 0 | 11001 | 1000011 | 10000101 | 10011 | 11100 |
Color Harmonies of #39543F
Complementary color
Monochromatic Colors of #39543F
Black with #39543F
Text Example
Text Example
White with #39543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39543F; }
p { color: rgb(57,84,63); }
H1.HeaderClassName
{
color: #39543F;
}
.AnyTagClassName
{
color: #39543F;
}
</style>
background-color css
<style>
a { background-color: #39543F; }
a { background-color: rgb(57,84,63); }
div.DivClassName
{
background-color: #39543F;
}
.BgClassName
{
background-color: #39543F;
}
</style>
border-color css
<style>
span { border-color: #39543F; }
span { border-color: rgb(57,84,63); }
td.TdClassName
{
border-color: #39543F;
}
.TagClassName
{
border-color: #39543F;
}
</style>