#004117

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

Shades of British Racing Green #004117

Tints of British Racing Green #004117

Color information

#004117 (or 0x004117) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 17. RGB value is (0,65,23). Sum of RGB (Red+Green+Blue) = 0+65+23=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 65 (25.78% from 255 or 73.86% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 65 - color contains mainly: green. Hex color #004117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004117 is #FFBEE8. Grayscale: #282828. Windows color (decimal): -16760553 or 1523968. OLE color: 1523968.

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

Color convert

RGB06523-
CMYK100.650.75
HSL141.23º100%12.75%-
HSV(B)141.23º100%25.49%-
XYZ2.043.841.44-
YUV40.78117.9798.92-

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.86%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=0%
G=73.86%
B=26.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06523100.650.75141.2310012.75
Hex04117640414B8d64d
Octal010127144010111321514415
Binary010000011011111001000100000110010111000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004117; }

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

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

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

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

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

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

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

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