Shades of Parsley #265A31
Tints of Parsley #265A31
RGB
CMYK
RGB Variations
Color information
#265A31 (or 0x265A31) is known color: Parsley. HEX triplet: 26, 5A and 31. RGB value is (38,90,49). Sum of RGB (Red+Green+Blue) = 38+90+49=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #265A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A31 is #D9A5CE. Grayscale: #454545. Windows color (decimal): -14263759 or 3234342. OLE color: 3234342.
HSL color Cylindrical-coordinate representation of color #265A31: hue angle of 132.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A31 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 90 | 49 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.65 |
| HSL | 132.69º | 0.41% | 0.25% | - |
| HSV(B) | 132.69º | 0.58% | 0.35% | - |
| XYZ | 5.01 | 7.95 | 4.18 | - |
| YUV | 69.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 49 | 0.58 | 0 | 0.46 | 0.65 | 132.69 | 0.41 | 0.25 |
| Hex | 26 | 5A | 31 | 3A | 0 | 2E | 41 | 85 | 29 | 19 |
| Octal | 46 | 132 | 61 | 72 | 0 | 56 | 101 | 205 | 51 | 31 |
| Binary | 100110 | 1011010 | 110001 | 111010 | 0 | 101110 | 1000001 | 10000101 | 101001 | 11001 |
Color Harmonies of #265A31
Complementary color
Monochromatic Colors of #265A31
Black with #265A31
Text Example
Text Example
White with #265A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A31; }
p { color: rgb(38,90,49); }
H1.HeaderClassName
{
color: #265A31;
}
.AnyTagClassName
{
color: #265A31;
}
</style>
background-color css
<style>
a { background-color: #265A31; }
a { background-color: rgb(38,90,49); }
div.DivClassName
{
background-color: #265A31;
}
.BgClassName
{
background-color: #265A31;
}
</style>
border-color css
<style>
span { border-color: #265A31; }
span { border-color: rgb(38,90,49); }
td.TdClassName
{
border-color: #265A31;
}
.TagClassName
{
border-color: #265A31;
}
</style>