Shades of Goblin #38533E
Tints of Goblin #38533E
RGB
CMYK
RGB Variations
Color information
#38533E (or 0x38533E) is known color: Goblin. HEX triplet: 38, 53 and 3E. RGB value is (56,83,62). Sum of RGB (Red+Green+Blue) = 56+83+62=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #38533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38533E is #C7ACC1. Grayscale: #484848. Windows color (decimal): -13085890 or 4084536. OLE color: 4084536.
HSL color Cylindrical-coordinate representation of color #38533E: hue angle of 133.33º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38533E is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 83 | 62 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.67 |
| HSL | 133.33º | 0.19% | 0.27% | - |
| HSV(B) | 133.33º | 0.33% | 0.33% | - |
| XYZ | 5.59 | 7.38 | 5.69 | - |
| YUV | 72.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 62 | 0.33 | 0 | 0.25 | 0.67 | 133.33 | 0.19 | 0.27 |
| Hex | 38 | 53 | 3E | 21 | 0 | 19 | 43 | 85 | 13 | 1B |
| Octal | 70 | 123 | 76 | 41 | 0 | 31 | 103 | 205 | 23 | 33 |
| Binary | 111000 | 1010011 | 111110 | 100001 | 0 | 11001 | 1000011 | 10000101 | 10011 | 11011 |
Color Harmonies of #38533E
Complementary color
Monochromatic Colors of #38533E
Black with #38533E
Text Example
Text Example
White with #38533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38533E; }
p { color: rgb(56,83,62); }
H1.HeaderClassName
{
color: #38533E;
}
.AnyTagClassName
{
color: #38533E;
}
</style>
background-color css
<style>
a { background-color: #38533E; }
a { background-color: rgb(56,83,62); }
div.DivClassName
{
background-color: #38533E;
}
.BgClassName
{
background-color: #38533E;
}
</style>
border-color css
<style>
span { border-color: #38533E; }
span { border-color: rgb(56,83,62); }
td.TdClassName
{
border-color: #38533E;
}
.TagClassName
{
border-color: #38533E;
}
</style>