Shades of Dark Pastel Green #16B634
Tints of Dark Pastel Green #16B634
RGB
CMYK
RGB Variations
Color information
#16B634 (or 0x16B634) is known color: Dark Pastel Green. HEX triplet: 16, B6 and 34. RGB value is (22,182,52). Sum of RGB (Red+Green+Blue) = 22+182+52=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 182 (71.48% from 255 or 71.09% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 182 - color contains mainly: green. Hex color #16B634 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B634 is #E949CB. Grayscale: #777777. Windows color (decimal): -15288780 or 3454486. OLE color: 3454486.
HSL color Cylindrical-coordinate representation of color #16B634: hue angle of 131.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B634 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 182 | 52 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.29 |
| HSL | 131.25º | 0.78% | 0.4% | - |
| HSV(B) | 131.25º | 0.88% | 0.71% | - |
| XYZ | 17.68 | 33.87 | 8.86 | - |
| YUV | 119.34 | 89.99 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 182 | 52 | 0.88 | 0 | 0.71 | 0.29 | 131.25 | 0.78 | 0.4 |
| Hex | 16 | B6 | 34 | 58 | 0 | 47 | 1D | 83 | 4E | 28 |
| Octal | 26 | 266 | 64 | 130 | 0 | 107 | 35 | 203 | 116 | 50 |
| Binary | 10110 | 10110110 | 110100 | 1011000 | 0 | 1000111 | 11101 | 10000011 | 1001110 | 101000 |
Color Harmonies of #16B634
Complementary color
Monochromatic Colors of #16B634
Black with #16B634
Text Example
Text Example
White with #16B634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B634; }
p { color: rgb(22,182,52); }
H1.HeaderClassName
{
color: #16B634;
}
.AnyTagClassName
{
color: #16B634;
}
</style>
background-color css
<style>
a { background-color: #16B634; }
a { background-color: rgb(22,182,52); }
div.DivClassName
{
background-color: #16B634;
}
.BgClassName
{
background-color: #16B634;
}
</style>
border-color css
<style>
span { border-color: #16B634; }
span { border-color: rgb(22,182,52); }
td.TdClassName
{
border-color: #16B634;
}
.TagClassName
{
border-color: #16B634;
}
</style>