#004111

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

Shades of British Racing Green #004111

Tints of British Racing Green #004111

Color information

#004111 (or 0x004111) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 11. RGB value is (0,65,17). Sum of RGB (Red+Green+Blue) = 0+65+17=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 65 (25.78% from 255 or 79.27% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 65 - color contains mainly: green. Hex color #004111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004111 is #FFBEEE. Grayscale: #282828. Windows color (decimal): -16760559 or 1130752. OLE color: 1130752.

HSL color Cylindrical-coordinate representation of color #004111: hue angle of 135.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004111 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB06517-
CMYK100.740.75
HSL135.69º100%12.75%-
HSV(B)135.69º100%25.49%-
XYZ1.993.821.16-
YUV40.09114.9799.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 79.27%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=0%
G=79.27%
B=20.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06517100.740.75135.6910012.75
Hex041116404A4B8864d
Octal010121144011211321014415
Binary010000011000111001000100101010010111000100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004111; }

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

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

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

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

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

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

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

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