#004118

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

Shades of British Racing Green #004118

Tints of British Racing Green #004118

Color information

#004118 (or 0x004118) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 18. RGB value is (0,65,24). Sum of RGB (Red+Green+Blue) = 0+65+24=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #004118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004118 is #FFBEE7. Grayscale: #282828. Windows color (decimal): -16760552 or 1589504. OLE color: 1589504.

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

Color convert

RGB06524-
CMYK100.630.75
HSL142.15º100%12.75%-
HSV(B)142.15º100%25.49%-
XYZ2.063.851.5-
YUV40.89118.4798.83-

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) = 73.03%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=0%
G=73.03%
B=26.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06524100.630.75142.1510012.75
Hex041186403F4B8e64d
Octal01013014407711321614415
Binary01000001110001100100011111110010111000111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004118; }

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

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

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

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

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

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

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

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