Shades of Dark Green #07362C
Tints of Dark Green #07362C
RGB
CMYK
RGB Variations
Color information
#07362C (or 0x07362C) is known color: Dark Green. HEX triplet: 07, 36 and 2C. RGB value is (7,54,44). Sum of RGB (Red+Green+Blue) = 7+54+44=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #07362C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07362C is #F8C9D3. Grayscale: #262626. Windows color (decimal): -16304596 or 2897415. OLE color: 2897415.
HSL color Cylindrical-coordinate representation of color #07362C: hue angle of 167.23º 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 #07362C is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 54 | 44 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.79 |
| HSL | 167.23º | 0.77% | 0.12% | - |
| HSV(B) | 167.23º | 0.87% | 0.21% | - |
| XYZ | 1.86 | 2.87 | 2.84 | - |
| YUV | 38.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 44 | 0.87 | 0 | 0.19 | 0.79 | 167.23 | 0.77 | 0.12 |
| Hex | 7 | 36 | 2C | 57 | 0 | 13 | 4F | A7 | 4D | C |
| Octal | 7 | 66 | 54 | 127 | 0 | 23 | 117 | 247 | 115 | 14 |
| Binary | 111 | 110110 | 101100 | 1010111 | 0 | 10011 | 1001111 | 10100111 | 1001101 | 1100 |
Color Harmonies of #07362C
Complementary color
Monochromatic Colors of #07362C
Black with #07362C
Text Example
Text Example
White with #07362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07362C; }
p { color: rgb(7,54,44); }
H1.HeaderClassName
{
color: #07362C;
}
.AnyTagClassName
{
color: #07362C;
}
</style>
background-color css
<style>
a { background-color: #07362C; }
a { background-color: rgb(7,54,44); }
div.DivClassName
{
background-color: #07362C;
}
.BgClassName
{
background-color: #07362C;
}
</style>
border-color css
<style>
span { border-color: #07362C; }
span { border-color: rgb(7,54,44); }
td.TdClassName
{
border-color: #07362C;
}
.TagClassName
{
border-color: #07362C;
}
</style>