Shades of Dark Green #00361A
Tints of Dark Green #00361A
RGB
CMYK
RGB Variations
Color information
#00361A (or 0x00361A) is known color: Dark Green. HEX triplet: 00, 36 and 1A. RGB value is (0,54,26). Sum of RGB (Red+Green+Blue) = 0+54+26=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 54 (21.48% from 255 or 67.5% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 54 - color contains mainly: green. Hex color #00361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00361A is #FFC9E5. Grayscale: #222222. Windows color (decimal): -16763366 or 1717760. OLE color: 1717760.
HSL color Cylindrical-coordinate representation of color #00361A: hue angle of 148.89º 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 #00361A is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 54 | 26 | - |
| CMYK | 1 | 0 | 0.52 | 0.79 |
| HSL | 148.89º | 1% | 0.11% | - |
| HSV(B) | 148.89º | 1% | 0.21% | - |
| XYZ | 1.51 | 2.71 | 1.42 | - |
| YUV | 34.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 26 | 1 | 0 | 0.52 | 0.79 | 148.89 | 1 | 0.11 |
| Hex | 0 | 36 | 1A | 64 | 0 | 34 | 4F | 95 | 64 | B |
| Octal | 0 | 66 | 32 | 144 | 0 | 64 | 117 | 225 | 144 | 13 |
| Binary | 0 | 110110 | 11010 | 1100100 | 0 | 110100 | 1001111 | 10010101 | 1100100 | 1011 |
Color Harmonies of #00361A
Complementary color
Monochromatic Colors of #00361A
Black with #00361A
Text Example
Text Example
White with #00361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00361A; }
p { color: rgb(0,54,26); }
H1.HeaderClassName
{
color: #00361A;
}
.AnyTagClassName
{
color: #00361A;
}
</style>
background-color css
<style>
a { background-color: #00361A; }
a { background-color: rgb(0,54,26); }
div.DivClassName
{
background-color: #00361A;
}
.BgClassName
{
background-color: #00361A;
}
</style>
border-color css
<style>
span { border-color: #00361A; }
span { border-color: rgb(0,54,26); }
td.TdClassName
{
border-color: #00361A;
}
.TagClassName
{
border-color: #00361A;
}
</style>