Shades of Malachite #26D352
Tints of Malachite #26D352
RGB
CMYK
RGB Variations
Color information
#26D352 (or 0x26D352) is known color: Malachite. HEX triplet: 26, D3 and 52. RGB value is (38,211,82). Sum of RGB (Red+Green+Blue) = 38+211+82=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 211 (82.81% from 255 or 63.75% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 211 - color contains mainly: green. Hex color #26D352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26D352 is #D92CAD. Grayscale: #909090. Windows color (decimal): -14232750 or 5428006. OLE color: 5428006.
HSL color Cylindrical-coordinate representation of color #26D352: hue angle of 135.26º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D352 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 211 | 82 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.17 |
| HSL | 135.26º | 0.69% | 0.49% | - |
| HSV(B) | 135.26º | 0.82% | 0.83% | - |
| XYZ | 25.62 | 47.61 | 15.82 | - |
| YUV | 144.57 | 92.69 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 211 | 82 | 0.82 | 0 | 0.61 | 0.17 | 135.26 | 0.69 | 0.49 |
| Hex | 26 | D3 | 52 | 52 | 0 | 3D | 11 | 87 | 45 | 31 |
| Octal | 46 | 323 | 122 | 122 | 0 | 75 | 21 | 207 | 105 | 61 |
| Binary | 100110 | 11010011 | 1010010 | 1010010 | 0 | 111101 | 10001 | 10000111 | 1000101 | 110001 |
Color Harmonies of #26D352
Complementary color
Monochromatic Colors of #26D352
Black with #26D352
Text Example
Text Example
White with #26D352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D352; }
p { color: rgb(38,211,82); }
H1.HeaderClassName
{
color: #26D352;
}
.AnyTagClassName
{
color: #26D352;
}
</style>
background-color css
<style>
a { background-color: #26D352; }
a { background-color: rgb(38,211,82); }
div.DivClassName
{
background-color: #26D352;
}
.BgClassName
{
background-color: #26D352;
}
</style>
border-color css
<style>
span { border-color: #26D352; }
span { border-color: rgb(38,211,82); }
td.TdClassName
{
border-color: #26D352;
}
.TagClassName
{
border-color: #26D352;
}
</style>