Shades of Fun Green #0B5A3F
Tints of Fun Green #0B5A3F
RGB
CMYK
RGB Variations
Color information
#0B5A3F (or 0x0B5A3F) is known color: Fun Green. HEX triplet: 0B, 5A and 3F. RGB value is (11,90,63). Sum of RGB (Red+Green+Blue) = 11+90+63=164 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.71% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5A3F is #F4A5C0. Grayscale: #3F3F3F. Windows color (decimal): -16033217 or 4151819. OLE color: 4151819.
HSL color Cylindrical-coordinate representation of color #0B5A3F: hue angle of 159.49º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5A3F is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 90 | 63 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.65 |
| HSL | 159.49º | 0.78% | 0.2% | - |
| HSV(B) | 159.49º | 0.88% | 0.35% | - |
| XYZ | 4.69 | 7.74 | 5.95 | - |
| YUV | 63.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 63 | 0.88 | 0 | 0.30 | 0.65 | 159.49 | 0.78 | 0.2 |
| Hex | B | 5A | 3F | 58 | 0 | 1E | 41 | 9F | 4E | 14 |
| Octal | 13 | 132 | 77 | 130 | 0 | 36 | 101 | 237 | 116 | 24 |
| Binary | 1011 | 1011010 | 111111 | 1011000 | 0 | 11110 | 1000001 | 10011111 | 1001110 | 10100 |
Color Harmonies of #0B5A3F
Complementary color
Monochromatic Colors of #0B5A3F
Black with #0B5A3F
Text Example
Text Example
White with #0B5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5A3F; }
p { color: rgb(11,90,63); }
H1.HeaderClassName
{
color: #0B5A3F;
}
.AnyTagClassName
{
color: #0B5A3F;
}
</style>
background-color css
<style>
a { background-color: #0B5A3F; }
a { background-color: rgb(11,90,63); }
div.DivClassName
{
background-color: #0B5A3F;
}
.BgClassName
{
background-color: #0B5A3F;
}
</style>
border-color css
<style>
span { border-color: #0B5A3F; }
span { border-color: rgb(11,90,63); }
td.TdClassName
{
border-color: #0B5A3F;
}
.TagClassName
{
border-color: #0B5A3F;
}
</style>