Shades of Green #03630D
Tints of Green #03630D
RGB
CMYK
RGB Variations
Color information
#03630D (or 0x03630D) is known color: Green. HEX triplet: 03, 63 and 0D. RGB value is (3,99,13). Sum of RGB (Red+Green+Blue) = 3+99+13=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 99 (39.06% from 255 or 86.09% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 99 - color contains mainly: green. Hex color #03630D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03630D is #FC9CF2. Grayscale: #3C3C3C. Windows color (decimal): -16555251 or 877315. OLE color: 877315.
HSL color Cylindrical-coordinate representation of color #03630D: hue angle of 126.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03630D is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 99 | 13 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.61 |
| HSL | 126.25º | 0.94% | 0.2% | - |
| HSV(B) | 126.25º | 0.97% | 0.39% | - |
| XYZ | 4.57 | 8.97 | 1.87 | - |
| YUV | 60.49 | 101.2 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 13 | 0.97 | 0 | 0.87 | 0.61 | 126.25 | 0.94 | 0.2 |
| Hex | 3 | 63 | D | 61 | 0 | 57 | 3D | 7E | 5E | 14 |
| Octal | 3 | 143 | 15 | 141 | 0 | 127 | 75 | 176 | 136 | 24 |
| Binary | 11 | 1100011 | 1101 | 1100001 | 0 | 1010111 | 111101 | 1111110 | 1011110 | 10100 |
Color Harmonies of #03630D
Complementary color
Monochromatic Colors of #03630D
Black with #03630D
Text Example
Text Example
White with #03630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03630D; }
p { color: rgb(3,99,13); }
H1.HeaderClassName
{
color: #03630D;
}
.AnyTagClassName
{
color: #03630D;
}
</style>
background-color css
<style>
a { background-color: #03630D; }
a { background-color: rgb(3,99,13); }
div.DivClassName
{
background-color: #03630D;
}
.BgClassName
{
background-color: #03630D;
}
</style>
border-color css
<style>
span { border-color: #03630D; }
span { border-color: rgb(3,99,13); }
td.TdClassName
{
border-color: #03630D;
}
.TagClassName
{
border-color: #03630D;
}
</style>