Shades of Goblin #38573F
Tints of Goblin #38573F
RGB
CMYK
RGB Variations
Color information
#38573F (or 0x38573F) is known color: Goblin. HEX triplet: 38, 57 and 3F. RGB value is (56,87,63). Sum of RGB (Red+Green+Blue) = 56+87+63=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #38573F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38573F is #C7A8C0. Grayscale: #4B4B4B. Windows color (decimal): -13084865 or 4151096. OLE color: 4151096.
HSL color Cylindrical-coordinate representation of color #38573F: hue angle of 133.55º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38573F is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 87 | 63 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.66 |
| HSL | 133.55º | 0.22% | 0.28% | - |
| HSV(B) | 133.55º | 0.36% | 0.34% | - |
| XYZ | 5.94 | 8.02 | 5.94 | - |
| YUV | 75 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 63 | 0.36 | 0 | 0.28 | 0.66 | 133.55 | 0.22 | 0.28 |
| Hex | 38 | 57 | 3F | 24 | 0 | 1C | 42 | 86 | 16 | 1C |
| Octal | 70 | 127 | 77 | 44 | 0 | 34 | 102 | 206 | 26 | 34 |
| Binary | 111000 | 1010111 | 111111 | 100100 | 0 | 11100 | 1000010 | 10000110 | 10110 | 11100 |
Color Harmonies of #38573F
Complementary color
Monochromatic Colors of #38573F
Black with #38573F
Text Example
Text Example
White with #38573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38573F; }
p { color: rgb(56,87,63); }
H1.HeaderClassName
{
color: #38573F;
}
.AnyTagClassName
{
color: #38573F;
}
</style>
background-color css
<style>
a { background-color: #38573F; }
a { background-color: rgb(56,87,63); }
div.DivClassName
{
background-color: #38573F;
}
.BgClassName
{
background-color: #38573F;
}
</style>
border-color css
<style>
span { border-color: #38573F; }
span { border-color: rgb(56,87,63); }
td.TdClassName
{
border-color: #38573F;
}
.TagClassName
{
border-color: #38573F;
}
</style>