#004811

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

Shades of British Racing Green #004811

Tints of British Racing Green #004811

Color information

#004811 (or 0x004811) is unknown color: approx British Racing Green. HEX triplet: 00, 48 and 11. RGB value is (0,72,17). Sum of RGB (Red+Green+Blue) = 0+72+17=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 72 (28.52% from 255 or 80.90% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 72 - color contains mainly: green. Hex color #004811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004811 is #FFB7EE. Grayscale: #2C2C2C. Windows color (decimal): -16758767 or 1132544. OLE color: 1132544.

HSL color Cylindrical-coordinate representation of color #004811: hue angle of 134.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004811 is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB07217-
CMYK100.760.72
HSL134.17º100%14.12%-
HSV(B)134.17º100%28.24%-
XYZ2.424.681.31-
YUV44.2112.6596.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 80.90%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=0%
G=80.90%
B=19.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07217100.760.72134.1710014.12
Hex048116404C488664e
Octal011021144011411020614416
Binary010010001000111001000100110010010001000011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004811; }

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

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

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

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

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

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

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

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