Shades of Dark Green #0B3521
Tints of Dark Green #0B3521
RGB
CMYK
RGB Variations
Color information
#0B3521 (or 0x0B3521) is known color: Dark Green. HEX triplet: 0B, 35 and 21. RGB value is (11,53,33). Sum of RGB (Red+Green+Blue) = 11+53+33=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #0B3521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3521 is #F4CADE. Grayscale: #262626. Windows color (decimal): -16042719 or 2176267. OLE color: 2176267.
HSL color Cylindrical-coordinate representation of color #0B3521: hue angle of 151.43º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B3521 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 53 | 33 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.79 |
| HSL | 151.43º | 0.66% | 0.13% | - |
| HSV(B) | 151.43º | 0.79% | 0.21% | - |
| XYZ | 1.69 | 2.73 | 1.88 | - |
| YUV | 38.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 53 | 33 | 0.79 | 0 | 0.38 | 0.79 | 151.43 | 0.66 | 0.13 |
| Hex | B | 35 | 21 | 4F | 0 | 26 | 4F | 97 | 42 | D |
| Octal | 13 | 65 | 41 | 117 | 0 | 46 | 117 | 227 | 102 | 15 |
| Binary | 1011 | 110101 | 100001 | 1001111 | 0 | 100110 | 1001111 | 10010111 | 1000010 | 1101 |
Color Harmonies of #0B3521
Complementary color
Monochromatic Colors of #0B3521
Black with #0B3521
Text Example
Text Example
White with #0B3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3521; }
p { color: rgb(11,53,33); }
H1.HeaderClassName
{
color: #0B3521;
}
.AnyTagClassName
{
color: #0B3521;
}
</style>
background-color css
<style>
a { background-color: #0B3521; }
a { background-color: rgb(11,53,33); }
div.DivClassName
{
background-color: #0B3521;
}
.BgClassName
{
background-color: #0B3521;
}
</style>
border-color css
<style>
span { border-color: #0B3521; }
span { border-color: rgb(11,53,33); }
td.TdClassName
{
border-color: #0B3521;
}
.TagClassName
{
border-color: #0B3521;
}
</style>