Shades of Fun Green #006334
Tints of Fun Green #006334
RGB
CMYK
RGB Variations
Color information
#006334 (or 0x006334) is known color: Fun Green. HEX triplet: 00, 63 and 34. RGB value is (0,99,52). Sum of RGB (Red+Green+Blue) = 0+99+52=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 99 (39.06% from 255 or 65.56% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 99 - color contains mainly: green. Hex color #006334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006334 is #FF9CCB. Grayscale: #404040. Windows color (decimal): -16751820 or 3433216. OLE color: 3433216.
HSL color Cylindrical-coordinate representation of color #006334: hue angle of 151.52º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006334 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 52 | - |
| CMYK | 1 | 0 | 0.47 | 0.61 |
| HSL | 151.52º | 1% | 0.19% | - |
| HSV(B) | 151.52º | 1% | 0.39% | - |
| XYZ | 5.08 | 9.17 | 4.75 | - |
| YUV | 64.04 | 121.2 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 52 | 1 | 0 | 0.47 | 0.61 | 151.52 | 1 | 0.19 |
| Hex | 0 | 63 | 34 | 64 | 0 | 2F | 3D | 98 | 64 | 13 |
| Octal | 0 | 143 | 64 | 144 | 0 | 57 | 75 | 230 | 144 | 23 |
| Binary | 0 | 1100011 | 110100 | 1100100 | 0 | 101111 | 111101 | 10011000 | 1100100 | 10011 |
Color Harmonies of #006334
Complementary color
Monochromatic Colors of #006334
Black with #006334
Text Example
Text Example
White with #006334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006334; }
p { color: rgb(0,99,52); }
H1.HeaderClassName
{
color: #006334;
}
.AnyTagClassName
{
color: #006334;
}
</style>
background-color css
<style>
a { background-color: #006334; }
a { background-color: rgb(0,99,52); }
div.DivClassName
{
background-color: #006334;
}
.BgClassName
{
background-color: #006334;
}
</style>
border-color css
<style>
span { border-color: #006334; }
span { border-color: rgb(0,99,52); }
td.TdClassName
{
border-color: #006334;
}
.TagClassName
{
border-color: #006334;
}
</style>