Shades of Fun Green #0B5B3D
Tints of Fun Green #0B5B3D
RGB
CMYK
RGB Variations
Color information
#0B5B3D (or 0x0B5B3D) is known color: Fun Green. HEX triplet: 0B, 5B and 3D. RGB value is (11,91,61). Sum of RGB (Red+Green+Blue) = 11+91+61=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #0B5B3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5B3D is #F4A4C2. Grayscale: #3F3F3F. Windows color (decimal): -16032963 or 4021003. OLE color: 4021003.
HSL color Cylindrical-coordinate representation of color #0B5B3D: hue angle of 157.5º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5B3D is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 91 | 61 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.64 |
| HSL | 157.5º | 0.78% | 0.2% | - |
| HSV(B) | 157.5º | 0.88% | 0.36% | - |
| XYZ | 4.72 | 7.89 | 5.69 | - |
| YUV | 63.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 91 | 61 | 0.88 | 0 | 0.33 | 0.64 | 157.5 | 0.78 | 0.2 |
| Hex | B | 5B | 3D | 58 | 0 | 21 | 40 | 9E | 4E | 14 |
| Octal | 13 | 133 | 75 | 130 | 0 | 41 | 100 | 236 | 116 | 24 |
| Binary | 1011 | 1011011 | 111101 | 1011000 | 0 | 100001 | 1000000 | 10011110 | 1001110 | 10100 |
Color Harmonies of #0B5B3D
Complementary color
Monochromatic Colors of #0B5B3D
Black with #0B5B3D
Text Example
Text Example
White with #0B5B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5B3D; }
p { color: rgb(11,91,61); }
H1.HeaderClassName
{
color: #0B5B3D;
}
.AnyTagClassName
{
color: #0B5B3D;
}
</style>
background-color css
<style>
a { background-color: #0B5B3D; }
a { background-color: rgb(11,91,61); }
div.DivClassName
{
background-color: #0B5B3D;
}
.BgClassName
{
background-color: #0B5B3D;
}
</style>
border-color css
<style>
span { border-color: #0B5B3D; }
span { border-color: rgb(11,91,61); }
td.TdClassName
{
border-color: #0B5B3D;
}
.TagClassName
{
border-color: #0B5B3D;
}
</style>