#003911

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

Shades of British Racing Green #003911

Tints of British Racing Green #003911

Color information

#003911 (or 0x003911) is unknown color: approx British Racing Green. HEX triplet: 00, 39 and 11. RGB value is (0,57,17). Sum of RGB (Red+Green+Blue) = 0+57+17=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 57 (22.66% from 255 or 77.03% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 57 - color contains mainly: green. Hex color #003911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003911 is #FFC6EE. Grayscale: #232323. Windows color (decimal): -16762607 or 1128704. OLE color: 1128704.

HSL color Cylindrical-coordinate representation of color #003911: hue angle of 137.89º 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 #003911 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB05717-
CMYK100.700.78
HSL137.89º100%11.18%-
HSV(B)137.89º100%22.35%-
XYZ1.562.971.02-
YUV35.4117.62102.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 77.03%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=0%
G=77.03%
B=22.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05717100.700.78137.8910011.18
Hex03911640464E8a64b
Octal07121144010611621214413
Binary01110011000111001000100011010011101000101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003911; }

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

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

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

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

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

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

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

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