Html Css Color HEX #04401B British Racing Green

📋 copy color: '#04401B'

red 4 ◦ green 64 ◦ blue 27

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

Shades of British Racing Green #04401B

Tints of British Racing Green #04401B

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

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 4 64 27 -
CMYK 0.94 0 0.58 0.75
HSL 143º 0.88% 0.13% -
HSV(B) 143º 0.94% 0.25% -
XYZ 2.08 3.77 1.66 -
YUV 41.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 4 64 27 0.94 0 0.58 0.75 143 0.88 0.13
Hex 4 40 1B 5E 0 3A 4B 8F 58 D
Octal 4 100 33 136 0 72 113 217 130 15
Binary 100 1000000 11011 1011110 0 111010 1001011 10001111 1011000 1101

Color Harmonies of #04401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04401B

Black with #04401B

Text Example


Text Example

White with #04401B

Text Example


Text Example

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