Html Css Color HEX #04411E British Racing Green

📋 copy color: '#04411E'

red 4 ◦ green 65 ◦ blue 30

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

Shades of British Racing Green #04411E

Tints of British Racing Green #04411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 30.3%

R = 4.04%
G = 65.66%
B = 30.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#04411E (or 0x04411E) is known color: British Racing Green. HEX triplet: 04, 41 and 1E. RGB value is (4,65,30). Sum of RGB (Red+Green+Blue) = 4+65+30=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #04411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04411E is #FBBEE1. Grayscale: #2A2A2A. Windows color (decimal): -16498402 or 1982724. OLE color: 1982724.

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

Color convert

RGB 4 65 30 -
CMYK 0.94 0 0.54 0.75
HSL 145.57º 0.88% 0.14% -
HSV(B) 145.57º 0.94% 0.25% -
XYZ 2.17 3.9 1.87 -
YUV 42.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 4 65 30 0.94 0 0.54 0.75 145.57 0.88 0.14
Hex 4 41 1E 5E 0 36 4B 92 58 E
Octal 4 101 36 136 0 66 113 222 130 16
Binary 100 1000001 11110 1011110 0 110110 1001011 10010010 1011000 1110

Color Harmonies of #04411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04411E

Black with #04411E

Text Example


Text Example

White with #04411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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