Shades of Dingley #619241
Tints of Dingley #619241
RGB
CMYK
RGB Variations
Color information
#619241 (or 0x619241) is known color: Dingley. HEX triplet: 61, 92 and 41. RGB value is (97,146,65). Sum of RGB (Red+Green+Blue) = 97+146+65=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #619241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619241 is #9E6DBE. Grayscale: #7A7A7A. Windows color (decimal): -10382783 or 4297313. OLE color: 4297313.
HSL color Cylindrical-coordinate representation of color #619241: hue angle of 96.3º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #619241 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 146 | 65 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.43 |
| HSL | 96.3º | 0.38% | 0.41% | - |
| HSV(B) | 96.3º | 0.55% | 0.57% | - |
| XYZ | 16.16 | 23.48 | 8.68 | - |
| YUV | 122.12 | 95.77 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 65 | 0.34 | 0 | 0.55 | 0.43 | 96.3 | 0.38 | 0.41 |
| Hex | 61 | 92 | 41 | 22 | 0 | 37 | 2B | 60 | 26 | 29 |
| Octal | 141 | 222 | 101 | 42 | 0 | 67 | 53 | 140 | 46 | 51 |
| Binary | 1100001 | 10010010 | 1000001 | 100010 | 0 | 110111 | 101011 | 1100000 | 100110 | 101001 |
Color Harmonies of #619241
Complementary color
Monochromatic Colors of #619241
Black with #619241
Text Example
Text Example
White with #619241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619241; }
p { color: rgb(97,146,65); }
H1.HeaderClassName
{
color: #619241;
}
.AnyTagClassName
{
color: #619241;
}
</style>
background-color css
<style>
a { background-color: #619241; }
a { background-color: rgb(97,146,65); }
div.DivClassName
{
background-color: #619241;
}
.BgClassName
{
background-color: #619241;
}
</style>
border-color css
<style>
span { border-color: #619241; }
span { border-color: rgb(97,146,65); }
td.TdClassName
{
border-color: #619241;
}
.TagClassName
{
border-color: #619241;
}
</style>