Shades of Dark Pastel Green #06C434
Tints of Dark Pastel Green #06C434
RGB
CMYK
RGB Variations
Color information
#06C434 (or 0x06C434) is known color: Dark Pastel Green. HEX triplet: 06, C4 and 34. RGB value is (6,196,52). Sum of RGB (Red+Green+Blue) = 6+196+52=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 196 (76.95% from 255 or 77.17% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 196 - color contains mainly: green. Hex color #06C434 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C434 is #F93BCB. Grayscale: #7B7B7B. Windows color (decimal): -16333772 or 3458054. OLE color: 3458054.
HSL color Cylindrical-coordinate representation of color #06C434: hue angle of 134.53º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C434 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 196 | 52 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.23 |
| HSL | 134.53º | 0.94% | 0.4% | - |
| HSV(B) | 134.53º | 0.97% | 0.77% | - |
| XYZ | 20.43 | 39.77 | 9.85 | - |
| YUV | 122.77 | 88.05 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 196 | 52 | 0.97 | 0 | 0.73 | 0.23 | 134.53 | 0.94 | 0.4 |
| Hex | 6 | C4 | 34 | 61 | 0 | 49 | 17 | 87 | 5E | 28 |
| Octal | 6 | 304 | 64 | 141 | 0 | 111 | 27 | 207 | 136 | 50 |
| Binary | 110 | 11000100 | 110100 | 1100001 | 0 | 1001001 | 10111 | 10000111 | 1011110 | 101000 |
Color Harmonies of #06C434
Complementary color
Monochromatic Colors of #06C434
Black with #06C434
Text Example
Text Example
White with #06C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C434; }
p { color: rgb(6,196,52); }
H1.HeaderClassName
{
color: #06C434;
}
.AnyTagClassName
{
color: #06C434;
}
</style>
background-color css
<style>
a { background-color: #06C434; }
a { background-color: rgb(6,196,52); }
div.DivClassName
{
background-color: #06C434;
}
.BgClassName
{
background-color: #06C434;
}
</style>
border-color css
<style>
span { border-color: #06C434; }
span { border-color: rgb(6,196,52); }
td.TdClassName
{
border-color: #06C434;
}
.TagClassName
{
border-color: #06C434;
}
</style>