Shades of Parsley #26612E
Tints of Parsley #26612E
RGB
CMYK
RGB Variations
Color information
#26612E (or 0x26612E) is known color: Parsley. HEX triplet: 26, 61 and 2E. RGB value is (38,97,46). Sum of RGB (Red+Green+Blue) = 38+97+46=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #26612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26612E is #D99ED1. Grayscale: #494949. Windows color (decimal): -14261970 or 3039526. OLE color: 3039526.
HSL color Cylindrical-coordinate representation of color #26612E: hue angle of 128.14º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26612E is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 97 | 46 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.62 |
| HSL | 128.14º | 0.44% | 0.26% | - |
| HSV(B) | 128.14º | 0.61% | 0.38% | - |
| XYZ | 5.57 | 9.16 | 4.06 | - |
| YUV | 73.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 46 | 0.61 | 0 | 0.53 | 0.62 | 128.14 | 0.44 | 0.26 |
| Hex | 26 | 61 | 2E | 3D | 0 | 35 | 3E | 80 | 2C | 1A |
| Octal | 46 | 141 | 56 | 75 | 0 | 65 | 76 | 200 | 54 | 32 |
| Binary | 100110 | 1100001 | 101110 | 111101 | 0 | 110101 | 111110 | 10000000 | 101100 | 11010 |
Color Harmonies of #26612E
Complementary color
Monochromatic Colors of #26612E
Black with #26612E
Text Example
Text Example
White with #26612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26612E; }
p { color: rgb(38,97,46); }
H1.HeaderClassName
{
color: #26612E;
}
.AnyTagClassName
{
color: #26612E;
}
</style>
background-color css
<style>
a { background-color: #26612E; }
a { background-color: rgb(38,97,46); }
div.DivClassName
{
background-color: #26612E;
}
.BgClassName
{
background-color: #26612E;
}
</style>
border-color css
<style>
span { border-color: #26612E; }
span { border-color: rgb(38,97,46); }
td.TdClassName
{
border-color: #26612E;
}
.TagClassName
{
border-color: #26612E;
}
</style>