Shades of Chelsea Cucumber #81A44D
Tints of Chelsea Cucumber #81A44D
RGB
CMYK
RGB Variations
Color information
#81A44D (or 0x81A44D) is known color: Chelsea Cucumber. HEX triplet: 81, A4 and 4D. RGB value is (129,164,77). Sum of RGB (Red+Green+Blue) = 129+164+77=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #81A44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A44D is #7E5BB2. Grayscale: #8F8F8F. Windows color (decimal): -8281011 or 5088385. OLE color: 5088385.
HSL color Cylindrical-coordinate representation of color #81A44D: hue angle of 84.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81A44D is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 77 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.36 |
| HSL | 84.14º | 0.36% | 0.47% | - |
| HSV(B) | 84.14º | 0.53% | 0.64% | - |
| XYZ | 23.67 | 31.75 | 11.9 | - |
| YUV | 143.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 77 | 0.21 | 0 | 0.53 | 0.36 | 84.14 | 0.36 | 0.47 |
| Hex | 81 | A4 | 4D | 15 | 0 | 35 | 24 | 54 | 24 | 2F |
| Octal | 201 | 244 | 115 | 25 | 0 | 65 | 44 | 124 | 44 | 57 |
| Binary | 10000001 | 10100100 | 1001101 | 10101 | 0 | 110101 | 100100 | 1010100 | 100100 | 101111 |
Color Harmonies of #81A44D
Complementary color
Monochromatic Colors of #81A44D
Black with #81A44D
Text Example
Text Example
White with #81A44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A44D; }
p { color: rgb(129,164,77); }
H1.HeaderClassName
{
color: #81A44D;
}
.AnyTagClassName
{
color: #81A44D;
}
</style>
background-color css
<style>
a { background-color: #81A44D; }
a { background-color: rgb(129,164,77); }
div.DivClassName
{
background-color: #81A44D;
}
.BgClassName
{
background-color: #81A44D;
}
</style>
border-color css
<style>
span { border-color: #81A44D; }
span { border-color: rgb(129,164,77); }
td.TdClassName
{
border-color: #81A44D;
}
.TagClassName
{
border-color: #81A44D;
}
</style>