Shades of Fun Green #006432
Tints of Fun Green #006432
RGB
CMYK
RGB Variations
Color information
#006432 (or 0x006432) is known color: Fun Green. HEX triplet: 00, 64 and 32. RGB value is (0,100,50). Sum of RGB (Red+Green+Blue) = 0+100+50=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 100 (39.45% from 255 or 66.67% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 100 - color contains mainly: green. Hex color #006432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006432 is #FF9BCD. Grayscale: #404040. Windows color (decimal): -16751566 or 3302400. OLE color: 3302400.
HSL color Cylindrical-coordinate representation of color #006432: hue angle of 150º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006432 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 50 | - |
| CMYK | 1 | 0 | 0.50 | 0.61 |
| HSL | 150º | 1% | 0.2% | - |
| HSV(B) | 150º | 1% | 0.39% | - |
| XYZ | 5.13 | 9.34 | 4.55 | - |
| YUV | 64.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 50 | 1 | 0 | 0.50 | 0.61 | 150 | 1 | 0.2 |
| Hex | 0 | 64 | 32 | 64 | 0 | 32 | 3D | 96 | 64 | 14 |
| Octal | 0 | 144 | 62 | 144 | 0 | 62 | 75 | 226 | 144 | 24 |
| Binary | 0 | 1100100 | 110010 | 1100100 | 0 | 110010 | 111101 | 10010110 | 1100100 | 10100 |
Color Harmonies of #006432
Complementary color
Monochromatic Colors of #006432
Black with #006432
Text Example
Text Example
White with #006432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006432; }
p { color: rgb(0,100,50); }
H1.HeaderClassName
{
color: #006432;
}
.AnyTagClassName
{
color: #006432;
}
</style>
background-color css
<style>
a { background-color: #006432; }
a { background-color: rgb(0,100,50); }
div.DivClassName
{
background-color: #006432;
}
.BgClassName
{
background-color: #006432;
}
</style>
border-color css
<style>
span { border-color: #006432; }
span { border-color: rgb(0,100,50); }
td.TdClassName
{
border-color: #006432;
}
.TagClassName
{
border-color: #006432;
}
</style>