Shades of Green #03640C
Tints of Green #03640C
RGB
CMYK
RGB Variations
Color information
#03640C (or 0x03640C) is known color: Green. HEX triplet: 03, 64 and 0C. RGB value is (3,100,12). Sum of RGB (Red+Green+Blue) = 3+100+12=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 100 (39.45% from 255 or 86.96% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 100 - color contains mainly: green. Hex color #03640C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03640C is #FC9BF3. Grayscale: #3D3D3D. Windows color (decimal): -16554996 or 812035. OLE color: 812035.
HSL color Cylindrical-coordinate representation of color #03640C: hue angle of 125.57º 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 #03640C is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 12 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.61 |
| HSL | 125.57º | 0.94% | 0.2% | - |
| HSV(B) | 125.57º | 0.97% | 0.39% | - |
| XYZ | 4.66 | 9.16 | 1.87 | - |
| YUV | 60.97 | 100.36 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 12 | 0.97 | 0 | 0.88 | 0.61 | 125.57 | 0.94 | 0.2 |
| Hex | 3 | 64 | C | 61 | 0 | 58 | 3D | 7E | 5E | 14 |
| Octal | 3 | 144 | 14 | 141 | 0 | 130 | 75 | 176 | 136 | 24 |
| Binary | 11 | 1100100 | 1100 | 1100001 | 0 | 1011000 | 111101 | 1111110 | 1011110 | 10100 |
Color Harmonies of #03640C
Complementary color
Monochromatic Colors of #03640C
Black with #03640C
Text Example
Text Example
White with #03640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03640C; }
p { color: rgb(3,100,12); }
H1.HeaderClassName
{
color: #03640C;
}
.AnyTagClassName
{
color: #03640C;
}
</style>
background-color css
<style>
a { background-color: #03640C; }
a { background-color: rgb(3,100,12); }
div.DivClassName
{
background-color: #03640C;
}
.BgClassName
{
background-color: #03640C;
}
</style>
border-color css
<style>
span { border-color: #03640C; }
span { border-color: rgb(3,100,12); }
td.TdClassName
{
border-color: #03640C;
}
.TagClassName
{
border-color: #03640C;
}
</style>