Shades of Goblin #34573C
Tints of Goblin #34573C
RGB
CMYK
RGB Variations
Color information
#34573C (or 0x34573C) is known color: Goblin. HEX triplet: 34, 57 and 3C. RGB value is (52,87,60). Sum of RGB (Red+Green+Blue) = 52+87+60=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 87 - color contains mainly: green. Hex color #34573C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34573C is #CBA8C3. Grayscale: #494949. Windows color (decimal): -13347012 or 3954484. OLE color: 3954484.
HSL color Cylindrical-coordinate representation of color #34573C: hue angle of 133.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34573C is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 60 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.66 |
| HSL | 133.71º | 0.25% | 0.27% | - |
| HSV(B) | 133.71º | 0.4% | 0.34% | - |
| XYZ | 5.64 | 7.87 | 5.5 | - |
| YUV | 73.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 60 | 0.40 | 0 | 0.31 | 0.66 | 133.71 | 0.25 | 0.27 |
| Hex | 34 | 57 | 3C | 28 | 0 | 1F | 42 | 86 | 19 | 1B |
| Octal | 64 | 127 | 74 | 50 | 0 | 37 | 102 | 206 | 31 | 33 |
| Binary | 110100 | 1010111 | 111100 | 101000 | 0 | 11111 | 1000010 | 10000110 | 11001 | 11011 |
Color Harmonies of #34573C
Complementary color
Monochromatic Colors of #34573C
Black with #34573C
Text Example
Text Example
White with #34573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34573C; }
p { color: rgb(52,87,60); }
H1.HeaderClassName
{
color: #34573C;
}
.AnyTagClassName
{
color: #34573C;
}
</style>
background-color css
<style>
a { background-color: #34573C; }
a { background-color: rgb(52,87,60); }
div.DivClassName
{
background-color: #34573C;
}
.BgClassName
{
background-color: #34573C;
}
</style>
border-color css
<style>
span { border-color: #34573C; }
span { border-color: rgb(52,87,60); }
td.TdClassName
{
border-color: #34573C;
}
.TagClassName
{
border-color: #34573C;
}
</style>