#003711

Color #003711 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #003711

Tints of British Racing Green #003711

Color information

#003711 (or 0x003711) is unknown color: approx British Racing Green. HEX triplet: 00, 37 and 11. RGB value is (0,55,17). Sum of RGB (Red+Green+Blue) = 0+55+17=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 55 (21.88% from 255 or 76.39% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 55 - color contains mainly: green. Hex color #003711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003711 is #FFC8EE. Grayscale: #222222. Windows color (decimal): -16763119 or 1128192. OLE color: 1128192.

HSL color Cylindrical-coordinate representation of color #003711: hue angle of 138.55º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003711 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB05517-
CMYK100.690.78
HSL138.55º100%10.78%-
HSV(B)138.55º100%21.57%-
XYZ1.472.770.99-
YUV34.22118.28103.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 55 (21.88% from 255) = 76.39%
BLUE value IS 17 (7.03% from 255) = 23.61%
R=0%
G=76.39%
B=23.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05517100.690.78138.5510010.78
Hex03711640454E8b64b
Octal06721144010511621314413
Binary01101111000111001000100010110011101000101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003711; }

 p { color: rgb(0,55,17); }

 H1.HeaderClassName
 {
   color: #003711;
 }
 .AnyTagClassName
 {
   color: #003711;
 }
</style>
background-color css

<style>
 a { background-color: #003711; }

 a { background-color: rgb(0,55,17); }

 div.DivClassName
 {
   background-color: #003711;
 }
 .BgClassName
 {
   background-color: #003711;
 }
</style>
border-color css

<style>
 span { border-color: #003711; }

 span { border-color: rgb(0,55,17); }

 td.TdClassName
 {
   border-color: #003711;
 }
 .TagClassName
 {
   border-color: #003711;
 }
</style>