#004011

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

Shades of British Racing Green #004011

Tints of British Racing Green #004011

Color information

#004011 (or 0x004011) is unknown color: approx British Racing Green. HEX triplet: 00, 40 and 11. RGB value is (0,64,17). Sum of RGB (Red+Green+Blue) = 0+64+17=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #004011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004011 is #FFBFEE. Grayscale: #272727. Windows color (decimal): -16760815 or 1130496. OLE color: 1130496.

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

Color convert

RGB06417-
CMYK100.730.75
HSL135.94º100%12.55%-
HSV(B)135.94º100%25.1%-
XYZ1.933.711.14-
YUV39.51115.399.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 79.01%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=0%
G=79.01%
B=20.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06417100.730.75135.9410012.55
Hex04011640494B8864d
Octal010021144011111321014415
Binary010000001000111001000100100110010111000100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004011; }

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

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

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

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

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

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

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

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