Html Css Color HEX #04411D British Racing Green

📋 copy color: '#04411D'

red 4 ◦ green 65 ◦ blue 29

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

Shades of British Racing Green #04411D

Tints of British Racing Green #04411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 66.33%

 BLUE value IS 29 (11.72% from 255) = 29.59%

R = 4.08%
G = 66.33%
B = 29.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#04411D (or 0x04411D) is known color: British Racing Green. HEX triplet: 04, 41 and 1D. RGB value is (4,65,29). Sum of RGB (Red+Green+Blue) = 4+65+29=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #04411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04411D is #FBBEE2. Grayscale: #2A2A2A. Windows color (decimal): -16498403 or 1917188. OLE color: 1917188.

HSL color Cylindrical-coordinate representation of color #04411D: hue angle of 144.59º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04411D is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 65 29 -
CMYK 0.94 0 0.55 0.75
HSL 144.59º 0.88% 0.14% -
HSV(B) 144.59º 0.94% 0.25% -
XYZ 2.16 3.9 1.8 -
YUV 42.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 4 65 29 0.94 0 0.55 0.75 144.59 0.88 0.14
Hex 4 41 1D 5E 0 37 4B 91 58 E
Octal 4 101 35 136 0 67 113 221 130 16
Binary 100 1000001 11101 1011110 0 110111 1001011 10010001 1011000 1110

Color Harmonies of #04411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04411D

Black with #04411D

Text Example


Text Example

White with #04411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04411D; }

 p { color: rgb(4,65,29); }

 H1.HeaderClassName
 {
   color: #04411D;
 }
 .AnyTagClassName
 {
   color: #04411D;
 }
</style>

background-color css

<style>
 a { background-color: #04411D; }

 a { background-color: rgb(4,65,29); }

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

border-color css

<style>
 span { border-color: #04411D; }

 span { border-color: rgb(4,65,29); }

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