Shades of Fun Green #0B5D3A
Tints of Fun Green #0B5D3A
RGB
CMYK
RGB Variations
Color information
#0B5D3A (or 0x0B5D3A) is known color: Fun Green. HEX triplet: 0B, 5D and 3A. RGB value is (11,93,58). Sum of RGB (Red+Green+Blue) = 11+93+58=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #0B5D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5D3A is #F4A2C5. Grayscale: #404040. Windows color (decimal): -16032454 or 3824907. OLE color: 3824907.
HSL color Cylindrical-coordinate representation of color #0B5D3A: hue angle of 154.39º degrees, saturation: 0.79, 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 #0B5D3A is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 93 | 58 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.64 |
| HSL | 154.39º | 0.79% | 0.2% | - |
| HSV(B) | 154.39º | 0.88% | 0.36% | - |
| XYZ | 4.82 | 8.21 | 5.33 | - |
| YUV | 64.49 | 124.33 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 58 | 0.88 | 0 | 0.38 | 0.64 | 154.39 | 0.79 | 0.2 |
| Hex | B | 5D | 3A | 58 | 0 | 26 | 40 | 9A | 4F | 14 |
| Octal | 13 | 135 | 72 | 130 | 0 | 46 | 100 | 232 | 117 | 24 |
| Binary | 1011 | 1011101 | 111010 | 1011000 | 0 | 100110 | 1000000 | 10011010 | 1001111 | 10100 |
Color Harmonies of #0B5D3A
Complementary color
Monochromatic Colors of #0B5D3A
Black with #0B5D3A
Text Example
Text Example
White with #0B5D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5D3A; }
p { color: rgb(11,93,58); }
H1.HeaderClassName
{
color: #0B5D3A;
}
.AnyTagClassName
{
color: #0B5D3A;
}
</style>
background-color css
<style>
a { background-color: #0B5D3A; }
a { background-color: rgb(11,93,58); }
div.DivClassName
{
background-color: #0B5D3A;
}
.BgClassName
{
background-color: #0B5D3A;
}
</style>
border-color css
<style>
span { border-color: #0B5D3A; }
span { border-color: rgb(11,93,58); }
td.TdClassName
{
border-color: #0B5D3A;
}
.TagClassName
{
border-color: #0B5D3A;
}
</style>