Shades of Dingley #608238
Tints of Dingley #608238
RGB
CMYK
RGB Variations
Color information
#608238 (or 0x608238) is known color: Dingley. HEX triplet: 60, 82 and 38. RGB value is (96,130,56). Sum of RGB (Red+Green+Blue) = 96+130+56=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #608238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608238 is #9F7DC7. Grayscale: #6F6F6F. Windows color (decimal): -10452424 or 3703392. OLE color: 3703392.
HSL color Cylindrical-coordinate representation of color #608238: hue angle of 87.57º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608238 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 130 | 56 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.49 |
| HSL | 87.57º | 0.4% | 0.36% | - |
| HSV(B) | 87.57º | 0.57% | 0.51% | - |
| XYZ | 13.52 | 18.74 | 6.65 | - |
| YUV | 111.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 56 | 0.26 | 0 | 0.57 | 0.49 | 87.57 | 0.4 | 0.36 |
| Hex | 60 | 82 | 38 | 1A | 0 | 39 | 31 | 58 | 28 | 24 |
| Octal | 140 | 202 | 70 | 32 | 0 | 71 | 61 | 130 | 50 | 44 |
| Binary | 1100000 | 10000010 | 111000 | 11010 | 0 | 111001 | 110001 | 1011000 | 101000 | 100100 |
Color Harmonies of #608238
Complementary color
Monochromatic Colors of #608238
Black with #608238
Text Example
Text Example
White with #608238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608238; }
p { color: rgb(96,130,56); }
H1.HeaderClassName
{
color: #608238;
}
.AnyTagClassName
{
color: #608238;
}
</style>
background-color css
<style>
a { background-color: #608238; }
a { background-color: rgb(96,130,56); }
div.DivClassName
{
background-color: #608238;
}
.BgClassName
{
background-color: #608238;
}
</style>
border-color css
<style>
span { border-color: #608238; }
span { border-color: rgb(96,130,56); }
td.TdClassName
{
border-color: #608238;
}
.TagClassName
{
border-color: #608238;
}
</style>