Shades of British Racing Green #035533
Tints of British Racing Green #035533
RGB
CMYK
RGB Variations
Color information
#035533 (or 0x035533) is known color: British Racing Green. HEX triplet: 03, 55 and 33. RGB value is (3,85,51). Sum of RGB (Red+Green+Blue) = 3+85+51=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #035533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035533 is #FCAACC. Grayscale: #383838. Windows color (decimal): -16558797 or 3364099. OLE color: 3364099.
HSL color Cylindrical-coordinate representation of color #035533: hue angle of 155.12º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035533 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 85 | 51 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.67 |
| HSL | 155.12º | 0.93% | 0.17% | - |
| HSV(B) | 155.12º | 0.96% | 0.33% | - |
| XYZ | 3.88 | 6.76 | 4.23 | - |
| YUV | 56.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 51 | 0.96 | 0 | 0.40 | 0.67 | 155.12 | 0.93 | 0.17 |
| Hex | 3 | 55 | 33 | 60 | 0 | 28 | 43 | 9B | 5D | 11 |
| Octal | 3 | 125 | 63 | 140 | 0 | 50 | 103 | 233 | 135 | 21 |
| Binary | 11 | 1010101 | 110011 | 1100000 | 0 | 101000 | 1000011 | 10011011 | 1011101 | 10001 |
Color Harmonies of #035533
Complementary color
Monochromatic Colors of #035533
Black with #035533
Text Example
Text Example
White with #035533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035533; }
p { color: rgb(3,85,51); }
H1.HeaderClassName
{
color: #035533;
}
.AnyTagClassName
{
color: #035533;
}
</style>
background-color css
<style>
a { background-color: #035533; }
a { background-color: rgb(3,85,51); }
div.DivClassName
{
background-color: #035533;
}
.BgClassName
{
background-color: #035533;
}
</style>
border-color css
<style>
span { border-color: #035533; }
span { border-color: rgb(3,85,51); }
td.TdClassName
{
border-color: #035533;
}
.TagClassName
{
border-color: #035533;
}
</style>