Shades of Dark Pastel Green #04B540
Tints of Dark Pastel Green #04B540
RGB
CMYK
RGB Variations
Color information
#04B540 (or 0x04B540) is known color: Dark Pastel Green. HEX triplet: 04, B5 and 40. RGB value is (4,181,64). Sum of RGB (Red+Green+Blue) = 4+181+64=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 181 (71.09% from 255 or 72.69% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 181 - color contains mainly: green. Hex color #04B540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B540 is #FB4ABF. Grayscale: #737373. Windows color (decimal): -16468672 or 4240644. OLE color: 4240644.
HSL color Cylindrical-coordinate representation of color #04B540: hue angle of 140.34º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B540 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 181 | 64 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.29 |
| HSL | 140.34º | 0.96% | 0.36% | - |
| HSV(B) | 140.34º | 0.98% | 0.71% | - |
| XYZ | 17.5 | 33.44 | 10.38 | - |
| YUV | 114.74 | 99.36 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 181 | 64 | 0.98 | 0 | 0.65 | 0.29 | 140.34 | 0.96 | 0.36 |
| Hex | 4 | B5 | 40 | 62 | 0 | 41 | 1D | 8C | 60 | 24 |
| Octal | 4 | 265 | 100 | 142 | 0 | 101 | 35 | 214 | 140 | 44 |
| Binary | 100 | 10110101 | 1000000 | 1100010 | 0 | 1000001 | 11101 | 10001100 | 1100000 | 100100 |
Color Harmonies of #04B540
Complementary color
Monochromatic Colors of #04B540
Black with #04B540
Text Example
Text Example
White with #04B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B540; }
p { color: rgb(4,181,64); }
H1.HeaderClassName
{
color: #04B540;
}
.AnyTagClassName
{
color: #04B540;
}
</style>
background-color css
<style>
a { background-color: #04B540; }
a { background-color: rgb(4,181,64); }
div.DivClassName
{
background-color: #04B540;
}
.BgClassName
{
background-color: #04B540;
}
</style>
border-color css
<style>
span { border-color: #04B540; }
span { border-color: rgb(4,181,64); }
td.TdClassName
{
border-color: #04B540;
}
.TagClassName
{
border-color: #04B540;
}
</style>