Shades of Dark Green #0A3722
Tints of Dark Green #0A3722
RGB
CMYK
RGB Variations
Color information
#0A3722 (or 0x0A3722) is known color: Dark Green. HEX triplet: 0A, 37 and 22. RGB value is (10,55,34). Sum of RGB (Red+Green+Blue) = 10+55+34=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3722 is #F5C8DD. Grayscale: #272727. Windows color (decimal): -16107742 or 2242314. OLE color: 2242314.
HSL color Cylindrical-coordinate representation of color #0A3722: hue angle of 152º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A3722 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 55 | 34 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.78 |
| HSL | 152º | 0.69% | 0.13% | - |
| HSV(B) | 152º | 0.82% | 0.22% | - |
| XYZ | 1.78 | 2.91 | 1.98 | - |
| YUV | 39.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 34 | 0.82 | 0 | 0.38 | 0.78 | 152 | 0.69 | 0.13 |
| Hex | A | 37 | 22 | 52 | 0 | 26 | 4E | 98 | 45 | D |
| Octal | 12 | 67 | 42 | 122 | 0 | 46 | 116 | 230 | 105 | 15 |
| Binary | 1010 | 110111 | 100010 | 1010010 | 0 | 100110 | 1001110 | 10011000 | 1000101 | 1101 |
Color Harmonies of #0A3722
Complementary color
Monochromatic Colors of #0A3722
Black with #0A3722
Text Example
Text Example
White with #0A3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3722; }
p { color: rgb(10,55,34); }
H1.HeaderClassName
{
color: #0A3722;
}
.AnyTagClassName
{
color: #0A3722;
}
</style>
background-color css
<style>
a { background-color: #0A3722; }
a { background-color: rgb(10,55,34); }
div.DivClassName
{
background-color: #0A3722;
}
.BgClassName
{
background-color: #0A3722;
}
</style>
border-color css
<style>
span { border-color: #0A3722; }
span { border-color: rgb(10,55,34); }
td.TdClassName
{
border-color: #0A3722;
}
.TagClassName
{
border-color: #0A3722;
}
</style>