Shades of Goblin #415345
Tints of Goblin #415345
RGB
CMYK
RGB Variations
Color information
#415345 (or 0x415345) is known color: Goblin. HEX triplet: 41, 53 and 45. RGB value is (65,83,69). Sum of RGB (Red+Green+Blue) = 65+83+69=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #415345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415345 is #BEACBA. Grayscale: #4C4C4C. Windows color (decimal): -12496059 or 4543297. OLE color: 4543297.
HSL color Cylindrical-coordinate representation of color #415345: hue angle of 133.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #415345 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 83 | 69 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.67 |
| HSL | 133.33º | 0.12% | 0.29% | - |
| HSV(B) | 133.33º | 0.22% | 0.33% | - |
| XYZ | 6.35 | 7.74 | 6.79 | - |
| YUV | 76.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 69 | 0.22 | 0 | 0.17 | 0.67 | 133.33 | 0.12 | 0.29 |
| Hex | 41 | 53 | 45 | 16 | 0 | 11 | 43 | 85 | C | 1D |
| Octal | 101 | 123 | 105 | 26 | 0 | 21 | 103 | 205 | 14 | 35 |
| Binary | 1000001 | 1010011 | 1000101 | 10110 | 0 | 10001 | 1000011 | 10000101 | 1100 | 11101 |
Color Harmonies of #415345
Complementary color
Monochromatic Colors of #415345
Black with #415345
Text Example
Text Example
White with #415345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415345; }
p { color: rgb(65,83,69); }
H1.HeaderClassName
{
color: #415345;
}
.AnyTagClassName
{
color: #415345;
}
</style>
background-color css
<style>
a { background-color: #415345; }
a { background-color: rgb(65,83,69); }
div.DivClassName
{
background-color: #415345;
}
.BgClassName
{
background-color: #415345;
}
</style>
border-color css
<style>
span { border-color: #415345; }
span { border-color: rgb(65,83,69); }
td.TdClassName
{
border-color: #415345;
}
.TagClassName
{
border-color: #415345;
}
</style>