#04401A

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

Shades of British Racing Green #04401A

Tints of British Racing Green #04401A

Color information

#04401A (or 0x04401A) is unknown color: approx British Racing Green. HEX triplet: 04, 40 and 1A. RGB value is (4,64,26). Sum of RGB (Red+Green+Blue) = 4+64+26=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #04401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04401A is #FBBFE5. Grayscale: #292929. Windows color (decimal): -16498662 or 1720324. OLE color: 1720324.

HSL color Cylindrical-coordinate representation of color #04401A: hue angle of 142º 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 #04401A is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB46426-
CMYK0.9400.590.75
HSL142º88.24%13.33%-
HSV(B)142º93.75%25.1%-
XYZ2.073.771.6-
YUV41.73119.12101.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 64 (25.39% from 255) = 68.09%
BLUE value IS 26 (10.55% from 255) = 27.66%
R=4.26%
G=68.09%
B=27.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464260.9400.590.7514288.2413.33
Hex4401A5E03B4B8e58d
Octal41003213607311321613015
Binary1001000000110101011110011101110010111000111010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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