Html Css Color HEX #04411B British Racing Green

📋 copy color: '#04411B'

red 4 ◦ green 65 ◦ blue 27

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

Shades of British Racing Green #04411B

Tints of British Racing Green #04411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 28.13%

R = 4.17%
G = 67.71%
B = 28.13%

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

#04411B (or 0x04411B) is known color: British Racing Green. HEX triplet: 04, 41 and 1B. RGB value is (4,65,27). Sum of RGB (Red+Green+Blue) = 4+65+27=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #04411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04411B is #FBBEE4. Grayscale: #2A2A2A. Windows color (decimal): -16498405 or 1786116. OLE color: 1786116.

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

Color convert

RGB 4 65 27 -
CMYK 0.94 0 0.58 0.75
HSL 142.62º 0.88% 0.14% -
HSV(B) 142.62º 0.94% 0.25% -
XYZ 2.14 3.89 1.67 -
YUV 42.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 4 65 27 0.94 0 0.58 0.75 142.62 0.88 0.14
Hex 4 41 1B 5E 0 3A 4B 8F 58 E
Octal 4 101 33 136 0 72 113 217 130 16
Binary 100 1000001 11011 1011110 0 111010 1001011 10001111 1011000 1110

Color Harmonies of #04411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04411B

Black with #04411B

Text Example


Text Example

White with #04411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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