Shades of Dark Green #0A3725
Tints of Dark Green #0A3725
RGB
CMYK
RGB Variations
Color information
#0A3725 (or 0x0A3725) is known color: Dark Green. HEX triplet: 0A, 37 and 25. RGB value is (10,55,37). Sum of RGB (Red+Green+Blue) = 10+55+37=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3725 is #F5C8DA. Grayscale: #272727. Windows color (decimal): -16107739 or 2438922. OLE color: 2438922.
HSL color Cylindrical-coordinate representation of color #0A3725: hue angle of 156º 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 #0A3725 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 55 | 37 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.78 |
| HSL | 156º | 0.69% | 0.13% | - |
| HSV(B) | 156º | 0.82% | 0.22% | - |
| XYZ | 1.83 | 2.93 | 2.22 | - |
| YUV | 39.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 37 | 0.82 | 0 | 0.33 | 0.78 | 156 | 0.69 | 0.13 |
| Hex | A | 37 | 25 | 52 | 0 | 21 | 4E | 9C | 45 | D |
| Octal | 12 | 67 | 45 | 122 | 0 | 41 | 116 | 234 | 105 | 15 |
| Binary | 1010 | 110111 | 100101 | 1010010 | 0 | 100001 | 1001110 | 10011100 | 1000101 | 1101 |
Color Harmonies of #0A3725
Complementary color
Monochromatic Colors of #0A3725
Black with #0A3725
Text Example
Text Example
White with #0A3725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3725; }
p { color: rgb(10,55,37); }
H1.HeaderClassName
{
color: #0A3725;
}
.AnyTagClassName
{
color: #0A3725;
}
</style>
background-color css
<style>
a { background-color: #0A3725; }
a { background-color: rgb(10,55,37); }
div.DivClassName
{
background-color: #0A3725;
}
.BgClassName
{
background-color: #0A3725;
}
</style>
border-color css
<style>
span { border-color: #0A3725; }
span { border-color: rgb(10,55,37); }
td.TdClassName
{
border-color: #0A3725;
}
.TagClassName
{
border-color: #0A3725;
}
</style>