Shades of Dark Green #07361D
Tints of Dark Green #07361D
RGB
CMYK
RGB Variations
Color information
#07361D (or 0x07361D) is known color: Dark Green. HEX triplet: 07, 36 and 1D. RGB value is (7,54,29). Sum of RGB (Red+Green+Blue) = 7+54+29=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 54 (21.48% from 255 or 60% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 54 - color contains mainly: green. Hex color #07361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07361D is #F8C9E2. Grayscale: #252525. Windows color (decimal): -16304611 or 1914375. OLE color: 1914375.
HSL color Cylindrical-coordinate representation of color #07361D: hue angle of 148.09º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07361D is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 54 | 29 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.79 |
| HSL | 148.09º | 0.77% | 0.12% | - |
| HSV(B) | 148.09º | 0.87% | 0.21% | - |
| XYZ | 1.63 | 2.77 | 1.61 | - |
| YUV | 37.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 29 | 0.87 | 0 | 0.46 | 0.79 | 148.09 | 0.77 | 0.12 |
| Hex | 7 | 36 | 1D | 57 | 0 | 2E | 4F | 94 | 4D | C |
| Octal | 7 | 66 | 35 | 127 | 0 | 56 | 117 | 224 | 115 | 14 |
| Binary | 111 | 110110 | 11101 | 1010111 | 0 | 101110 | 1001111 | 10010100 | 1001101 | 1100 |
Color Harmonies of #07361D
Complementary color
Monochromatic Colors of #07361D
Black with #07361D
Text Example
Text Example
White with #07361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07361D; }
p { color: rgb(7,54,29); }
H1.HeaderClassName
{
color: #07361D;
}
.AnyTagClassName
{
color: #07361D;
}
</style>
background-color css
<style>
a { background-color: #07361D; }
a { background-color: rgb(7,54,29); }
div.DivClassName
{
background-color: #07361D;
}
.BgClassName
{
background-color: #07361D;
}
</style>
border-color css
<style>
span { border-color: #07361D; }
span { border-color: rgb(7,54,29); }
td.TdClassName
{
border-color: #07361D;
}
.TagClassName
{
border-color: #07361D;
}
</style>