Shades of Goblin #39533E
Tints of Goblin #39533E
RGB
CMYK
RGB Variations
Color information
#39533E (or 0x39533E) is known color: Goblin. HEX triplet: 39, 53 and 3E. RGB value is (57,83,62). Sum of RGB (Red+Green+Blue) = 57+83+62=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #39533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39533E is #C6ACC1. Grayscale: #484848. Windows color (decimal): -13020354 or 4084537. OLE color: 4084537.
HSL color Cylindrical-coordinate representation of color #39533E: hue angle of 131.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #39533E is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 83 | 62 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.67 |
| HSL | 131.54º | 0.19% | 0.27% | - |
| HSV(B) | 131.54º | 0.31% | 0.33% | - |
| XYZ | 5.65 | 7.4 | 5.69 | - |
| YUV | 72.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 83 | 62 | 0.31 | 0 | 0.25 | 0.67 | 131.54 | 0.19 | 0.27 |
| Hex | 39 | 53 | 3E | 1F | 0 | 19 | 43 | 84 | 13 | 1B |
| Octal | 71 | 123 | 76 | 37 | 0 | 31 | 103 | 204 | 23 | 33 |
| Binary | 111001 | 1010011 | 111110 | 11111 | 0 | 11001 | 1000011 | 10000100 | 10011 | 11011 |
Color Harmonies of #39533E
Complementary color
Monochromatic Colors of #39533E
Black with #39533E
Text Example
Text Example
White with #39533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39533E; }
p { color: rgb(57,83,62); }
H1.HeaderClassName
{
color: #39533E;
}
.AnyTagClassName
{
color: #39533E;
}
</style>
background-color css
<style>
a { background-color: #39533E; }
a { background-color: rgb(57,83,62); }
div.DivClassName
{
background-color: #39533E;
}
.BgClassName
{
background-color: #39533E;
}
</style>
border-color css
<style>
span { border-color: #39533E; }
span { border-color: rgb(57,83,62); }
td.TdClassName
{
border-color: #39533E;
}
.TagClassName
{
border-color: #39533E;
}
</style>