Shades of Dark Pastel Green #10B534
Tints of Dark Pastel Green #10B534
RGB
CMYK
RGB Variations
Color information
#10B534 (or 0x10B534) is known color: Dark Pastel Green. HEX triplet: 10, B5 and 34. RGB value is (16,181,52). Sum of RGB (Red+Green+Blue) = 16+181+52=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 181 (71.09% from 255 or 72.69% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 181 - color contains mainly: green. Hex color #10B534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B534 is #EF4ACB. Grayscale: #757575. Windows color (decimal): -15682252 or 3454224. OLE color: 3454224.
HSL color Cylindrical-coordinate representation of color #10B534: hue angle of 133.09º 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 #10B534 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 181 | 52 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.29 |
| HSL | 133.09º | 0.84% | 0.39% | - |
| HSV(B) | 133.09º | 0.91% | 0.71% | - |
| XYZ | 17.36 | 33.41 | 8.78 | - |
| YUV | 116.96 | 91.34 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 52 | 0.91 | 0 | 0.71 | 0.29 | 133.09 | 0.84 | 0.39 |
| Hex | 10 | B5 | 34 | 5B | 0 | 47 | 1D | 85 | 54 | 27 |
| Octal | 20 | 265 | 64 | 133 | 0 | 107 | 35 | 205 | 124 | 47 |
| Binary | 10000 | 10110101 | 110100 | 1011011 | 0 | 1000111 | 11101 | 10000101 | 1010100 | 100111 |
Color Harmonies of #10B534
Complementary color
Monochromatic Colors of #10B534
Black with #10B534
Text Example
Text Example
White with #10B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B534; }
p { color: rgb(16,181,52); }
H1.HeaderClassName
{
color: #10B534;
}
.AnyTagClassName
{
color: #10B534;
}
</style>
background-color css
<style>
a { background-color: #10B534; }
a { background-color: rgb(16,181,52); }
div.DivClassName
{
background-color: #10B534;
}
.BgClassName
{
background-color: #10B534;
}
</style>
border-color css
<style>
span { border-color: #10B534; }
span { border-color: rgb(16,181,52); }
td.TdClassName
{
border-color: #10B534;
}
.TagClassName
{
border-color: #10B534;
}
</style>