#04401D

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

Shades of British Racing Green #04401D

Tints of British Racing Green #04401D

Color information

#04401D (or 0x04401D) is unknown color: approx British Racing Green. HEX triplet: 04, 40 and 1D. RGB value is (4,64,29). Sum of RGB (Red+Green+Blue) = 4+64+29=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #04401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04401D is #FBBFE2. Grayscale: #2A2A2A. Windows color (decimal): -16498659 or 1916932. OLE color: 1916932.

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

Color convert

RGB46429-
CMYK0.9400.550.75
HSL145º88.24%13.33%-
HSV(B)145º93.75%25.1%-
XYZ2.113.781.78-
YUV42.07120.62100.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.12%
GREEN value IS 64 (25.39% from 255) = 65.98%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=4.12%
G=65.98%
B=29.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464290.9400.550.7514588.2413.33
Hex4401D5E0374B9158d
Octal41003513606711322113015
Binary1001000000111011011110011011110010111001000110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04401D; }

 p { color: rgb(4,64,29); }

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

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

 a { background-color: rgb(4,64,29); }

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

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

 span { border-color: rgb(4,64,29); }

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