Shades of Goblin #38523C
Tints of Goblin #38523C
RGB
CMYK
RGB Variations
Color information
#38523C (or 0x38523C) is known color: Goblin. HEX triplet: 38, 52 and 3C. RGB value is (56,82,60). Sum of RGB (Red+Green+Blue) = 56+82+60=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #38523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38523C is #C7ADC3. Grayscale: #474747. Windows color (decimal): -13086148 or 3953208. OLE color: 3953208.
HSL color Cylindrical-coordinate representation of color #38523C: hue angle of 129.23º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38523C is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 82 | 60 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.68 |
| HSL | 129.23º | 0.19% | 0.27% | - |
| HSV(B) | 129.23º | 0.32% | 0.32% | - |
| XYZ | 5.46 | 7.2 | 5.38 | - |
| YUV | 71.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 60 | 0.32 | 0 | 0.27 | 0.68 | 129.23 | 0.19 | 0.27 |
| Hex | 38 | 52 | 3C | 20 | 0 | 1B | 44 | 81 | 13 | 1B |
| Octal | 70 | 122 | 74 | 40 | 0 | 33 | 104 | 201 | 23 | 33 |
| Binary | 111000 | 1010010 | 111100 | 100000 | 0 | 11011 | 1000100 | 10000001 | 10011 | 11011 |
Color Harmonies of #38523C
Complementary color
Monochromatic Colors of #38523C
Black with #38523C
Text Example
Text Example
White with #38523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38523C; }
p { color: rgb(56,82,60); }
H1.HeaderClassName
{
color: #38523C;
}
.AnyTagClassName
{
color: #38523C;
}
</style>
background-color css
<style>
a { background-color: #38523C; }
a { background-color: rgb(56,82,60); }
div.DivClassName
{
background-color: #38523C;
}
.BgClassName
{
background-color: #38523C;
}
</style>
border-color css
<style>
span { border-color: #38523C; }
span { border-color: rgb(56,82,60); }
td.TdClassName
{
border-color: #38523C;
}
.TagClassName
{
border-color: #38523C;
}
</style>