Shades of Dark Pastel Green #10B636
Tints of Dark Pastel Green #10B636
RGB
CMYK
RGB Variations
Color information
#10B636 (or 0x10B636) is known color: Dark Pastel Green. HEX triplet: 10, B6 and 36. RGB value is (16,182,54). Sum of RGB (Red+Green+Blue) = 16+182+54=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 182 (71.48% from 255 or 72.22% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 182 - color contains mainly: green. Hex color #10B636 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B636 is #EF49C9. Grayscale: #767676. Windows color (decimal): -15681994 or 3585552. OLE color: 3585552.
HSL color Cylindrical-coordinate representation of color #10B636: hue angle of 133.73º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B636 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 182 | 54 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.29 |
| HSL | 133.73º | 0.84% | 0.39% | - |
| HSV(B) | 133.73º | 0.91% | 0.71% | - |
| XYZ | 17.61 | 33.83 | 9.09 | - |
| YUV | 117.77 | 92 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 182 | 54 | 0.91 | 0 | 0.70 | 0.29 | 133.73 | 0.84 | 0.39 |
| Hex | 10 | B6 | 36 | 5B | 0 | 46 | 1D | 86 | 54 | 27 |
| Octal | 20 | 266 | 66 | 133 | 0 | 106 | 35 | 206 | 124 | 47 |
| Binary | 10000 | 10110110 | 110110 | 1011011 | 0 | 1000110 | 11101 | 10000110 | 1010100 | 100111 |
Color Harmonies of #10B636
Complementary color
Monochromatic Colors of #10B636
Black with #10B636
Text Example
Text Example
White with #10B636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B636; }
p { color: rgb(16,182,54); }
H1.HeaderClassName
{
color: #10B636;
}
.AnyTagClassName
{
color: #10B636;
}
</style>
background-color css
<style>
a { background-color: #10B636; }
a { background-color: rgb(16,182,54); }
div.DivClassName
{
background-color: #10B636;
}
.BgClassName
{
background-color: #10B636;
}
</style>
border-color css
<style>
span { border-color: #10B636; }
span { border-color: rgb(16,182,54); }
td.TdClassName
{
border-color: #10B636;
}
.TagClassName
{
border-color: #10B636;
}
</style>