Shades of Goblin #395A43
Tints of Goblin #395A43
RGB
CMYK
RGB Variations
Color information
#395A43 (or 0x395A43) is known color: Goblin. HEX triplet: 39, 5A and 43. RGB value is (57,90,67). Sum of RGB (Red+Green+Blue) = 57+90+67=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #395A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A43 is #C6A5BC. Grayscale: #4D4D4D. Windows color (decimal): -13018557 or 4414009. OLE color: 4414009.
HSL color Cylindrical-coordinate representation of color #395A43: hue angle of 138.18º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395A43 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 90 | 67 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.65 |
| HSL | 138.18º | 0.22% | 0.29% | - |
| HSV(B) | 138.18º | 0.37% | 0.35% | - |
| XYZ | 6.36 | 8.59 | 6.63 | - |
| YUV | 77.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 67 | 0.37 | 0 | 0.26 | 0.65 | 138.18 | 0.22 | 0.29 |
| Hex | 39 | 5A | 43 | 25 | 0 | 1A | 41 | 8A | 16 | 1D |
| Octal | 71 | 132 | 103 | 45 | 0 | 32 | 101 | 212 | 26 | 35 |
| Binary | 111001 | 1011010 | 1000011 | 100101 | 0 | 11010 | 1000001 | 10001010 | 10110 | 11101 |
Color Harmonies of #395A43
Complementary color
Monochromatic Colors of #395A43
Black with #395A43
Text Example
Text Example
White with #395A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A43; }
p { color: rgb(57,90,67); }
H1.HeaderClassName
{
color: #395A43;
}
.AnyTagClassName
{
color: #395A43;
}
</style>
background-color css
<style>
a { background-color: #395A43; }
a { background-color: rgb(57,90,67); }
div.DivClassName
{
background-color: #395A43;
}
.BgClassName
{
background-color: #395A43;
}
</style>
border-color css
<style>
span { border-color: #395A43; }
span { border-color: rgb(57,90,67); }
td.TdClassName
{
border-color: #395A43;
}
.TagClassName
{
border-color: #395A43;
}
</style>