Shades of British Racing Green #065226
Tints of British Racing Green #065226
RGB
CMYK
RGB Variations
Color information
#065226 (or 0x065226) is known color: British Racing Green. HEX triplet: 06, 52 and 26. RGB value is (6,82,38). Sum of RGB (Red+Green+Blue) = 6+82+38=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #065226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065226 is #F9ADD9. Grayscale: #363636. Windows color (decimal): -16362970 or 2511366. OLE color: 2511366.
HSL color Cylindrical-coordinate representation of color #065226: hue angle of 145.26º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065226 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 38 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.68 |
| HSL | 145.26º | 0.86% | 0.17% | - |
| HSV(B) | 145.26º | 0.93% | 0.32% | - |
| XYZ | 3.44 | 6.21 | 2.85 | - |
| YUV | 54.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 38 | 0.93 | 0 | 0.54 | 0.68 | 145.26 | 0.86 | 0.17 |
| Hex | 6 | 52 | 26 | 5D | 0 | 36 | 44 | 91 | 56 | 11 |
| Octal | 6 | 122 | 46 | 135 | 0 | 66 | 104 | 221 | 126 | 21 |
| Binary | 110 | 1010010 | 100110 | 1011101 | 0 | 110110 | 1000100 | 10010001 | 1010110 | 10001 |
Color Harmonies of #065226
Complementary color
Monochromatic Colors of #065226
Black with #065226
Text Example
Text Example
White with #065226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065226; }
p { color: rgb(6,82,38); }
H1.HeaderClassName
{
color: #065226;
}
.AnyTagClassName
{
color: #065226;
}
</style>
background-color css
<style>
a { background-color: #065226; }
a { background-color: rgb(6,82,38); }
div.DivClassName
{
background-color: #065226;
}
.BgClassName
{
background-color: #065226;
}
</style>
border-color css
<style>
span { border-color: #065226; }
span { border-color: rgb(6,82,38); }
td.TdClassName
{
border-color: #065226;
}
.TagClassName
{
border-color: #065226;
}
</style>