Shades of Green #03650D
Tints of Green #03650D
RGB
CMYK
RGB Variations
Color information
#03650D (or 0x03650D) is known color: Green. HEX triplet: 03, 65 and 0D. RGB value is (3,101,13). Sum of RGB (Red+Green+Blue) = 3+101+13=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 101 (39.84% from 255 or 86.32% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 101 - color contains mainly: green. Hex color #03650D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03650D is #FC9AF2. Grayscale: #3D3D3D. Windows color (decimal): -16554739 or 877827. OLE color: 877827.
HSL color Cylindrical-coordinate representation of color #03650D: hue angle of 126.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03650D is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 101 | 13 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.60 |
| HSL | 126.12º | 0.94% | 0.2% | - |
| HSV(B) | 126.12º | 0.97% | 0.4% | - |
| XYZ | 4.76 | 9.36 | 1.94 | - |
| YUV | 61.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 13 | 0.97 | 0 | 0.87 | 0.60 | 126.12 | 0.94 | 0.2 |
| Hex | 3 | 65 | D | 61 | 0 | 57 | 3C | 7E | 5E | 14 |
| Octal | 3 | 145 | 15 | 141 | 0 | 127 | 74 | 176 | 136 | 24 |
| Binary | 11 | 1100101 | 1101 | 1100001 | 0 | 1010111 | 111100 | 1111110 | 1011110 | 10100 |
Color Harmonies of #03650D
Complementary color
Monochromatic Colors of #03650D
Black with #03650D
Text Example
Text Example
White with #03650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03650D; }
p { color: rgb(3,101,13); }
H1.HeaderClassName
{
color: #03650D;
}
.AnyTagClassName
{
color: #03650D;
}
</style>
background-color css
<style>
a { background-color: #03650D; }
a { background-color: rgb(3,101,13); }
div.DivClassName
{
background-color: #03650D;
}
.BgClassName
{
background-color: #03650D;
}
</style>
border-color css
<style>
span { border-color: #03650D; }
span { border-color: rgb(3,101,13); }
td.TdClassName
{
border-color: #03650D;
}
.TagClassName
{
border-color: #03650D;
}
</style>