Shades of Goblin #38503C
Tints of Goblin #38503C
RGB
CMYK
RGB Variations
Color information
#38503C (or 0x38503C) is known color: Goblin. HEX triplet: 38, 50 and 3C. RGB value is (56,80,60). Sum of RGB (Red+Green+Blue) = 56+80+60=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #38503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38503C is #C7AFC3. Grayscale: #464646. Windows color (decimal): -13086660 or 3952696. OLE color: 3952696.
HSL color Cylindrical-coordinate representation of color #38503C: hue angle of 130º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38503C is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 80 | 60 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.69 |
| HSL | 130º | 0.18% | 0.27% | - |
| HSV(B) | 130º | 0.3% | 0.31% | - |
| XYZ | 5.32 | 6.9 | 5.33 | - |
| YUV | 70.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 60 | 0.30 | 0 | 0.25 | 0.69 | 130 | 0.18 | 0.27 |
| Hex | 38 | 50 | 3C | 1E | 0 | 19 | 45 | 82 | 12 | 1B |
| Octal | 70 | 120 | 74 | 36 | 0 | 31 | 105 | 202 | 22 | 33 |
| Binary | 111000 | 1010000 | 111100 | 11110 | 0 | 11001 | 1000101 | 10000010 | 10010 | 11011 |
Color Harmonies of #38503C
Complementary color
Monochromatic Colors of #38503C
Black with #38503C
Text Example
Text Example
White with #38503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38503C; }
p { color: rgb(56,80,60); }
H1.HeaderClassName
{
color: #38503C;
}
.AnyTagClassName
{
color: #38503C;
}
</style>
background-color css
<style>
a { background-color: #38503C; }
a { background-color: rgb(56,80,60); }
div.DivClassName
{
background-color: #38503C;
}
.BgClassName
{
background-color: #38503C;
}
</style>
border-color css
<style>
span { border-color: #38503C; }
span { border-color: rgb(56,80,60); }
td.TdClassName
{
border-color: #38503C;
}
.TagClassName
{
border-color: #38503C;
}
</style>