Shades of Dark Green #00362D
Tints of Dark Green #00362D
RGB
CMYK
RGB Variations
Color information
#00362D (or 0x00362D) is known color: Dark Green. HEX triplet: 00, 36 and 2D. RGB value is (0,54,45). Sum of RGB (Red+Green+Blue) = 0+54+45=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #00362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00362D is #FFC9D2. Grayscale: #242424. Windows color (decimal): -16763347 or 2962944. OLE color: 2962944.
HSL color Cylindrical-coordinate representation of color #00362D: hue angle of 170º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00362D is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 54 | 45 | - |
| CMYK | 1 | 0 | 0.17 | 0.79 |
| HSL | 170º | 1% | 0.11% | - |
| HSV(B) | 170º | 1% | 0.21% | - |
| XYZ | 1.79 | 2.83 | 2.93 | - |
| YUV | 36.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 45 | 1 | 0 | 0.17 | 0.79 | 170 | 1 | 0.11 |
| Hex | 0 | 36 | 2D | 64 | 0 | 11 | 4F | AA | 64 | B |
| Octal | 0 | 66 | 55 | 144 | 0 | 21 | 117 | 252 | 144 | 13 |
| Binary | 0 | 110110 | 101101 | 1100100 | 0 | 10001 | 1001111 | 10101010 | 1100100 | 1011 |
Color Harmonies of #00362D
Complementary color
Monochromatic Colors of #00362D
Black with #00362D
Text Example
Text Example
White with #00362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00362D; }
p { color: rgb(0,54,45); }
H1.HeaderClassName
{
color: #00362D;
}
.AnyTagClassName
{
color: #00362D;
}
</style>
background-color css
<style>
a { background-color: #00362D; }
a { background-color: rgb(0,54,45); }
div.DivClassName
{
background-color: #00362D;
}
.BgClassName
{
background-color: #00362D;
}
</style>
border-color css
<style>
span { border-color: #00362D; }
span { border-color: rgb(0,54,45); }
td.TdClassName
{
border-color: #00362D;
}
.TagClassName
{
border-color: #00362D;
}
</style>