#04401B

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

Shades of British Racing Green #04401B

Tints of British Racing Green #04401B

Color information

#04401B (or 0x04401B) is unknown color: approx British Racing Green. HEX triplet: 04, 40 and 1B. RGB value is (4,64,27). Sum of RGB (Red+Green+Blue) = 4+64+27=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #04401B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04401B is #FBBFE4. Grayscale: #292929. Windows color (decimal): -16498661 or 1785860. OLE color: 1785860.

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

Color convert

RGB46427-
CMYK0.9400.580.75
HSL143º88.24%13.33%-
HSV(B)143º93.75%25.1%-
XYZ2.083.771.66-
YUV41.84119.62101.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 64 (25.39% from 255) = 67.37%
BLUE value IS 27 (10.94% from 255) = 28.42%
R=4.21%
G=67.37%
B=28.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464270.9400.580.7514388.2413.33
Hex4401B5E03A4B8f58d
Octal41003313607211321713015
Binary1001000000110111011110011101010010111000111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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