Shades of Green #03620C
Tints of Green #03620C
RGB
CMYK
RGB Variations
Color information
#03620C (or 0x03620C) is known color: Green. HEX triplet: 03, 62 and 0C. RGB value is (3,98,12). Sum of RGB (Red+Green+Blue) = 3+98+12=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 98 (38.67% from 255 or 86.73% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 98 - color contains mainly: green. Hex color #03620C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03620C is #FC9DF3. Grayscale: #3C3C3C. Windows color (decimal): -16555508 or 811523. OLE color: 811523.
HSL color Cylindrical-coordinate representation of color #03620C: hue angle of 125.68º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03620C is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 98 | 12 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.62 |
| HSL | 125.68º | 0.94% | 0.2% | - |
| HSV(B) | 125.68º | 0.97% | 0.38% | - |
| XYZ | 4.47 | 8.78 | 1.81 | - |
| YUV | 59.79 | 101.03 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 12 | 0.97 | 0 | 0.88 | 0.62 | 125.68 | 0.94 | 0.2 |
| Hex | 3 | 62 | C | 61 | 0 | 58 | 3E | 7E | 5E | 14 |
| Octal | 3 | 142 | 14 | 141 | 0 | 130 | 76 | 176 | 136 | 24 |
| Binary | 11 | 1100010 | 1100 | 1100001 | 0 | 1011000 | 111110 | 1111110 | 1011110 | 10100 |
Color Harmonies of #03620C
Complementary color
Monochromatic Colors of #03620C
Black with #03620C
Text Example
Text Example
White with #03620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03620C; }
p { color: rgb(3,98,12); }
H1.HeaderClassName
{
color: #03620C;
}
.AnyTagClassName
{
color: #03620C;
}
</style>
background-color css
<style>
a { background-color: #03620C; }
a { background-color: rgb(3,98,12); }
div.DivClassName
{
background-color: #03620C;
}
.BgClassName
{
background-color: #03620C;
}
</style>
border-color css
<style>
span { border-color: #03620C; }
span { border-color: rgb(3,98,12); }
td.TdClassName
{
border-color: #03620C;
}
.TagClassName
{
border-color: #03620C;
}
</style>