Shades of Dark Pastel Green #04C036
Tints of Dark Pastel Green #04C036
RGB
CMYK
RGB Variations
Color information
#04C036 (or 0x04C036) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 36. RGB value is (4,192,54). Sum of RGB (Red+Green+Blue) = 4+192+54=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 192 (75.39% from 255 or 76.8% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 192 - color contains mainly: green. Hex color #04C036 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C036 is #FB3FC9. Grayscale: #787878. Windows color (decimal): -16465866 or 3588100. OLE color: 3588100.
HSL color Cylindrical-coordinate representation of color #04C036: hue angle of 135.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C036 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 54 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.25 |
| HSL | 135.96º | 0.96% | 0.38% | - |
| HSV(B) | 135.96º | 0.98% | 0.75% | - |
| XYZ | 19.57 | 37.99 | 9.79 | - |
| YUV | 120.06 | 90.72 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 54 | 0.98 | 0 | 0.72 | 0.25 | 135.96 | 0.96 | 0.38 |
| Hex | 4 | C0 | 36 | 62 | 0 | 48 | 19 | 88 | 60 | 26 |
| Octal | 4 | 300 | 66 | 142 | 0 | 110 | 31 | 210 | 140 | 46 |
| Binary | 100 | 11000000 | 110110 | 1100010 | 0 | 1001000 | 11001 | 10001000 | 1100000 | 100110 |
Color Harmonies of #04C036
Complementary color
Monochromatic Colors of #04C036
Black with #04C036
Text Example
Text Example
White with #04C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C036; }
p { color: rgb(4,192,54); }
H1.HeaderClassName
{
color: #04C036;
}
.AnyTagClassName
{
color: #04C036;
}
</style>
background-color css
<style>
a { background-color: #04C036; }
a { background-color: rgb(4,192,54); }
div.DivClassName
{
background-color: #04C036;
}
.BgClassName
{
background-color: #04C036;
}
</style>
border-color css
<style>
span { border-color: #04C036; }
span { border-color: rgb(4,192,54); }
td.TdClassName
{
border-color: #04C036;
}
.TagClassName
{
border-color: #04C036;
}
</style>