Html Css Color HEX #04401C British Racing Green

📋 copy color: '#04401C'

red 4 ◦ green 64 ◦ blue 28

#04401C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #04401C

Tints of British Racing Green #04401C

RGB

 RED value IS 4 (1.95% from 255) = 4.17%

 GREEN value IS 64 (25.39% from 255) = 66.67%

 BLUE value IS 28 (11.33% from 255) = 29.17%

R = 4.17%
G = 66.67%
B = 29.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#04401C (or 0x04401C) is known color: British Racing Green. HEX triplet: 04, 40 and 1C. RGB value is (4,64,28). Sum of RGB (Red+Green+Blue) = 4+64+28=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #04401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04401C is #FBBFE3. Grayscale: #2A2A2A. Windows color (decimal): -16498660 or 1851396. OLE color: 1851396.

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

Color convert

RGB 4 64 28 -
CMYK 0.94 0 0.56 0.75
HSL 144º 0.88% 0.13% -
HSV(B) 144º 0.94% 0.25% -
XYZ 2.09 3.78 1.72 -
YUV 41.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 4 64 28 0.94 0 0.56 0.75 144 0.88 0.13
Hex 4 40 1C 5E 0 38 4B 90 58 D
Octal 4 100 34 136 0 70 113 220 130 15
Binary 100 1000000 11100 1011110 0 111000 1001011 10010000 1011000 1101

Color Harmonies of #04401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04401C

Black with #04401C

Text Example


Text Example

White with #04401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04401C;
 }
 .AnyTagClassName
 {
   color: #04401C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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