Shades of British Racing Green #005536
Tints of British Racing Green #005536
RGB
CMYK
RGB Variations
Color information
#005536 (or 0x005536) is known color: British Racing Green. HEX triplet: 00, 55 and 36. RGB value is (0,85,54). Sum of RGB (Red+Green+Blue) = 0+85+54=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #005536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005536 is #FFAAC9. Grayscale: #383838. Windows color (decimal): -16755402 or 3560704. OLE color: 3560704.
HSL color Cylindrical-coordinate representation of color #005536: hue angle of 158.12º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005536 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
RGB | 0 | 85 | 54 | - |
CMYK | 1 | 0 | 0.36 | 0.67 |
HSL | 158.12º | 1% | 0.17% | - |
HSV(B) | 158.12º | 1% | 0.33% | - |
XYZ | 3.91 | 6.76 | 4.59 | - |
YUV | 56.05 | 126.84 | 88.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 85 | 54 | 1 | 0 | 0.36 | 0.67 | 158.12 | 1 | 0.17 |
Hex | 0 | 55 | 36 | 64 | 0 | 24 | 43 | 9E | 64 | 11 |
Octal | 0 | 125 | 66 | 144 | 0 | 44 | 103 | 236 | 144 | 21 |
Binary | 0 | 1010101 | 110110 | 1100100 | 0 | 100100 | 1000011 | 10011110 | 1100100 | 10001 |
Color Harmonies of #005536
Complementary color
Monochromatic Colors of #005536
Black with #005536
Text Example
Text Example
White with #005536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005536; }
p { color: rgb(0,85,54); }
H1.HeaderClassName
{
color: #005536;
}
.AnyTagClassName
{
color: #005536;
}
</style>
background-color css
<style>
a { background-color: #005536; }
a { background-color: rgb(0,85,54); }
div.DivClassName
{
background-color: #005536;
}
.BgClassName
{
background-color: #005536;
}
</style>
border-color css
<style>
span { border-color: #005536; }
span { border-color: rgb(0,85,54); }
td.TdClassName
{
border-color: #005536;
}
.TagClassName
{
border-color: #005536;
}
</style>