Shades of Green #046305
Tints of Green #046305
RGB
CMYK
RGB Variations
Color information
#046305 (or 0x046305) is known color: Green. HEX triplet: 04, 63 and 05. RGB value is (4,99,5). Sum of RGB (Red+Green+Blue) = 4+99+5=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 99 (39.06% from 255 or 91.67% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 99 - color contains mainly: green. Hex color #046305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046305 is #FB9CFA. Grayscale: #3C3C3C. Windows color (decimal): -16489723 or 353028. OLE color: 353028.
HSL color Cylindrical-coordinate representation of color #046305: hue angle of 120.63º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046305 is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 99 | 5 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.61 |
| HSL | 120.63º | 0.92% | 0.2% | - |
| HSV(B) | 120.63º | 0.96% | 0.39% | - |
| XYZ | 4.54 | 8.96 | 1.63 | - |
| YUV | 59.88 | 97.03 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 5 | 0.96 | 0 | 0.95 | 0.61 | 120.63 | 0.92 | 0.2 |
| Hex | 4 | 63 | 5 | 60 | 0 | 5F | 3D | 79 | 5C | 14 |
| Octal | 4 | 143 | 5 | 140 | 0 | 137 | 75 | 171 | 134 | 24 |
| Binary | 100 | 1100011 | 101 | 1100000 | 0 | 1011111 | 111101 | 1111001 | 1011100 | 10100 |
Color Harmonies of #046305
Complementary color
Monochromatic Colors of #046305
Black with #046305
Text Example
Text Example
White with #046305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046305; }
p { color: rgb(4,99,5); }
H1.HeaderClassName
{
color: #046305;
}
.AnyTagClassName
{
color: #046305;
}
</style>
background-color css
<style>
a { background-color: #046305; }
a { background-color: rgb(4,99,5); }
div.DivClassName
{
background-color: #046305;
}
.BgClassName
{
background-color: #046305;
}
</style>
border-color css
<style>
span { border-color: #046305; }
span { border-color: rgb(4,99,5); }
td.TdClassName
{
border-color: #046305;
}
.TagClassName
{
border-color: #046305;
}
</style>