Shades of Green #03630B
Tints of Green #03630B
RGB
CMYK
RGB Variations
Color information
#03630B (or 0x03630B) is known color: Green. HEX triplet: 03, 63 and 0B. RGB value is (3,99,11). Sum of RGB (Red+Green+Blue) = 3+99+11=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 99 (39.06% from 255 or 87.61% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 99 - color contains mainly: green. Hex color #03630B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03630B is #FC9CF4. Grayscale: #3C3C3C. Windows color (decimal): -16555253 or 746243. OLE color: 746243.
HSL color Cylindrical-coordinate representation of color #03630B: hue angle of 125º 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 #03630B is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 99 | 11 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.61 |
| HSL | 125º | 0.94% | 0.2% | - |
| HSV(B) | 125º | 0.97% | 0.39% | - |
| XYZ | 4.56 | 8.97 | 1.81 | - |
| YUV | 60.26 | 100.2 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 11 | 0.97 | 0 | 0.89 | 0.61 | 125 | 0.94 | 0.2 |
| Hex | 3 | 63 | B | 61 | 0 | 59 | 3D | 7D | 5E | 14 |
| Octal | 3 | 143 | 13 | 141 | 0 | 131 | 75 | 175 | 136 | 24 |
| Binary | 11 | 1100011 | 1011 | 1100001 | 0 | 1011001 | 111101 | 1111101 | 1011110 | 10100 |
Color Harmonies of #03630B
Complementary color
Monochromatic Colors of #03630B
Black with #03630B
Text Example
Text Example
White with #03630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03630B; }
p { color: rgb(3,99,11); }
H1.HeaderClassName
{
color: #03630B;
}
.AnyTagClassName
{
color: #03630B;
}
</style>
background-color css
<style>
a { background-color: #03630B; }
a { background-color: rgb(3,99,11); }
div.DivClassName
{
background-color: #03630B;
}
.BgClassName
{
background-color: #03630B;
}
</style>
border-color css
<style>
span { border-color: #03630B; }
span { border-color: rgb(3,99,11); }
td.TdClassName
{
border-color: #03630B;
}
.TagClassName
{
border-color: #03630B;
}
</style>