Shades of Christi #73B40D
Tints of Christi #73B40D
RGB
CMYK
RGB Variations
Color information
#73B40D (or 0x73B40D) is known color: Christi. HEX triplet: 73, B4 and 0D. RGB value is (115,180,13). Sum of RGB (Red+Green+Blue) = 115+180+13=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #73B40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73B40D is #8C4BF2. Grayscale: #8E8E8E. Windows color (decimal): -9194483 or 898163. OLE color: 898163.
HSL color Cylindrical-coordinate representation of color #73B40D: hue angle of 83.35º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73B40D is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 180 | 13 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.29 |
| HSL | 83.35º | 0.87% | 0.38% | - |
| HSV(B) | 83.35º | 0.93% | 0.71% | - |
| XYZ | 23.46 | 36.32 | 6.15 | - |
| YUV | 141.53 | 55.47 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 13 | 0.36 | 0 | 0.93 | 0.29 | 83.35 | 0.87 | 0.38 |
| Hex | 73 | B4 | D | 24 | 0 | 5D | 1D | 53 | 57 | 26 |
| Octal | 163 | 264 | 15 | 44 | 0 | 135 | 35 | 123 | 127 | 46 |
| Binary | 1110011 | 10110100 | 1101 | 100100 | 0 | 1011101 | 11101 | 1010011 | 1010111 | 100110 |
Color Harmonies of #73B40D
Complementary color
Monochromatic Colors of #73B40D
Black with #73B40D
Text Example
Text Example
White with #73B40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B40D; }
p { color: rgb(115,180,13); }
H1.HeaderClassName
{
color: #73B40D;
}
.AnyTagClassName
{
color: #73B40D;
}
</style>
background-color css
<style>
a { background-color: #73B40D; }
a { background-color: rgb(115,180,13); }
div.DivClassName
{
background-color: #73B40D;
}
.BgClassName
{
background-color: #73B40D;
}
</style>
border-color css
<style>
span { border-color: #73B40D; }
span { border-color: rgb(115,180,13); }
td.TdClassName
{
border-color: #73B40D;
}
.TagClassName
{
border-color: #73B40D;
}
</style>