Shades of Dark Pastel Green #00B546
Tints of Dark Pastel Green #00B546
RGB
CMYK
RGB Variations
Color information
#00B546 (or 0x00B546) is known color: Dark Pastel Green. HEX triplet: 00, B5 and 46. RGB value is (0,181,70). Sum of RGB (Red+Green+Blue) = 0+181+70=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 181 (71.09% from 255 or 72.11% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 181 - color contains mainly: green. Hex color #00B546 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B546 is #FF4AB9. Grayscale: #727272. Windows color (decimal): -16730810 or 4633856. OLE color: 4633856.
HSL color Cylindrical-coordinate representation of color #00B546: hue angle of 143.2º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B546 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 70 | - |
| CMYK | 1 | 0 | 0.61 | 0.29 |
| HSL | 143.2º | 1% | 0.35% | - |
| HSV(B) | 143.2º | 1% | 0.71% | - |
| XYZ | 17.63 | 33.49 | 11.33 | - |
| YUV | 114.23 | 103.03 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 70 | 1 | 0 | 0.61 | 0.29 | 143.2 | 1 | 0.35 |
| Hex | 0 | B5 | 46 | 64 | 0 | 3D | 1D | 8F | 64 | 23 |
| Octal | 0 | 265 | 106 | 144 | 0 | 75 | 35 | 217 | 144 | 43 |
| Binary | 0 | 10110101 | 1000110 | 1100100 | 0 | 111101 | 11101 | 10001111 | 1100100 | 100011 |
Color Harmonies of #00B546
Complementary color
Monochromatic Colors of #00B546
Black with #00B546
Text Example
Text Example
White with #00B546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B546; }
p { color: rgb(0,181,70); }
H1.HeaderClassName
{
color: #00B546;
}
.AnyTagClassName
{
color: #00B546;
}
</style>
background-color css
<style>
a { background-color: #00B546; }
a { background-color: rgb(0,181,70); }
div.DivClassName
{
background-color: #00B546;
}
.BgClassName
{
background-color: #00B546;
}
</style>
border-color css
<style>
span { border-color: #00B546; }
span { border-color: rgb(0,181,70); }
td.TdClassName
{
border-color: #00B546;
}
.TagClassName
{
border-color: #00B546;
}
</style>