Html Css Color HEX #04401A British Racing Green

📋 copy color: '#04401A'

red 4 ◦ green 64 ◦ blue 26

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

Shades of British Racing Green #04401A

Tints of British Racing Green #04401A

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 value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#04401A (or 0x04401A) is known color: 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

RGB 4 64 26 -
CMYK 0.94 0 0.59 0.75
HSL 142º 0.88% 0.13% -
HSV(B) 142º 0.94% 0.25% -
XYZ 2.07 3.77 1.6 -
YUV 41.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 4 64 26 0.94 0 0.59 0.75 142 0.88 0.13
Hex 4 40 1A 5E 0 3B 4B 8E 58 D
Octal 4 100 32 136 0 73 113 216 130 15
Binary 100 1000000 11010 1011110 0 111011 1001011 10001110 1011000 1101

Color Harmonies of #04401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04401A

Black with #04401A

Text Example


Text Example

White with #04401A

Text Example


Text Example

HTML Codes & Css Web 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>