Shades of Fun Green #005B3B
Tints of Fun Green #005B3B
RGB
CMYK
RGB Variations
Color information
#005B3B (or 0x005B3B) is known color: Fun Green. HEX triplet: 00, 5B and 3B. RGB value is (0,91,59). Sum of RGB (Red+Green+Blue) = 0+91+59=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #005B3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B3B is #FFA4C4. Grayscale: #3C3C3C. Windows color (decimal): -16753861 or 3889920. OLE color: 3889920.
HSL color Cylindrical-coordinate representation of color #005B3B: hue angle of 158.9º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B3B is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 91 | 59 | - |
| CMYK | 1 | 0 | 0.35 | 0.64 |
| HSL | 158.9º | 1% | 0.18% | - |
| HSV(B) | 158.9º | 1% | 0.36% | - |
| XYZ | 4.53 | 7.8 | 5.4 | - |
| YUV | 60.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 59 | 1 | 0 | 0.35 | 0.64 | 158.9 | 1 | 0.18 |
| Hex | 0 | 5B | 3B | 64 | 0 | 23 | 40 | 9F | 64 | 12 |
| Octal | 0 | 133 | 73 | 144 | 0 | 43 | 100 | 237 | 144 | 22 |
| Binary | 0 | 1011011 | 111011 | 1100100 | 0 | 100011 | 1000000 | 10011111 | 1100100 | 10010 |
Color Harmonies of #005B3B
Complementary color
Monochromatic Colors of #005B3B
Black with #005B3B
Text Example
Text Example
White with #005B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B3B; }
p { color: rgb(0,91,59); }
H1.HeaderClassName
{
color: #005B3B;
}
.AnyTagClassName
{
color: #005B3B;
}
</style>
background-color css
<style>
a { background-color: #005B3B; }
a { background-color: rgb(0,91,59); }
div.DivClassName
{
background-color: #005B3B;
}
.BgClassName
{
background-color: #005B3B;
}
</style>
border-color css
<style>
span { border-color: #005B3B; }
span { border-color: rgb(0,91,59); }
td.TdClassName
{
border-color: #005B3B;
}
.TagClassName
{
border-color: #005B3B;
}
</style>