Shades of Fun Green #006533
Tints of Fun Green #006533
RGB
CMYK
RGB Variations
Color information
#006533 (or 0x006533) is known color: Fun Green. HEX triplet: 00, 65 and 33. RGB value is (0,101,51). Sum of RGB (Red+Green+Blue) = 0+101+51=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #006533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006533 is #FF9ACC. Grayscale: #414141. Windows color (decimal): -16751309 or 3368192. OLE color: 3368192.
HSL color Cylindrical-coordinate representation of color #006533: hue angle of 150.3º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006533 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 51 | - |
| CMYK | 1 | 0 | 0.50 | 0.60 |
| HSL | 150.3º | 1% | 0.2% | - |
| HSV(B) | 150.3º | 1% | 0.4% | - |
| XYZ | 5.25 | 9.55 | 4.7 | - |
| YUV | 65.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 51 | 1 | 0 | 0.50 | 0.60 | 150.3 | 1 | 0.2 |
| Hex | 0 | 65 | 33 | 64 | 0 | 32 | 3C | 96 | 64 | 14 |
| Octal | 0 | 145 | 63 | 144 | 0 | 62 | 74 | 226 | 144 | 24 |
| Binary | 0 | 1100101 | 110011 | 1100100 | 0 | 110010 | 111100 | 10010110 | 1100100 | 10100 |
Color Harmonies of #006533
Complementary color
Monochromatic Colors of #006533
Black with #006533
Text Example
Text Example
White with #006533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006533; }
p { color: rgb(0,101,51); }
H1.HeaderClassName
{
color: #006533;
}
.AnyTagClassName
{
color: #006533;
}
</style>
background-color css
<style>
a { background-color: #006533; }
a { background-color: rgb(0,101,51); }
div.DivClassName
{
background-color: #006533;
}
.BgClassName
{
background-color: #006533;
}
</style>
border-color css
<style>
span { border-color: #006533; }
span { border-color: rgb(0,101,51); }
td.TdClassName
{
border-color: #006533;
}
.TagClassName
{
border-color: #006533;
}
</style>