Shades of Goblin #356344
Tints of Goblin #356344
RGB
CMYK
RGB Variations
Color information
#356344 (or 0x356344) is known color: Goblin. HEX triplet: 35, 63 and 44. RGB value is (53,99,68). Sum of RGB (Red+Green+Blue) = 53+99+68=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #356344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356344 is #CA9CBB. Grayscale: #515151. Windows color (decimal): -13278396 or 4481845. OLE color: 4481845.
HSL color Cylindrical-coordinate representation of color #356344: hue angle of 139.57º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356344 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 99 | 68 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.61 |
| HSL | 139.57º | 0.3% | 0.3% | - |
| HSV(B) | 139.57º | 0.46% | 0.39% | - |
| XYZ | 6.97 | 10.1 | 7.05 | - |
| YUV | 81.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 68 | 0.46 | 0 | 0.31 | 0.61 | 139.57 | 0.3 | 0.3 |
| Hex | 35 | 63 | 44 | 2E | 0 | 1F | 3D | 8C | 1E | 1E |
| Octal | 65 | 143 | 104 | 56 | 0 | 37 | 75 | 214 | 36 | 36 |
| Binary | 110101 | 1100011 | 1000100 | 101110 | 0 | 11111 | 111101 | 10001100 | 11110 | 11110 |
Color Harmonies of #356344
Complementary color
Monochromatic Colors of #356344
Black with #356344
Text Example
Text Example
White with #356344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356344; }
p { color: rgb(53,99,68); }
H1.HeaderClassName
{
color: #356344;
}
.AnyTagClassName
{
color: #356344;
}
</style>
background-color css
<style>
a { background-color: #356344; }
a { background-color: rgb(53,99,68); }
div.DivClassName
{
background-color: #356344;
}
.BgClassName
{
background-color: #356344;
}
</style>
border-color css
<style>
span { border-color: #356344; }
span { border-color: rgb(53,99,68); }
td.TdClassName
{
border-color: #356344;
}
.TagClassName
{
border-color: #356344;
}
</style>