Html Css Color HEX #04412E British Racing Green

📋 copy color: '#04412E'

red 4 ◦ green 65 ◦ blue 46

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

Shades of British Racing Green #04412E

Tints of British Racing Green #04412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 40%

R = 3.48%
G = 56.52%
B = 40%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#04412E (or 0x04412E) is known color: British Racing Green. HEX triplet: 04, 41 and 2E. RGB value is (4,65,46). Sum of RGB (Red+Green+Blue) = 4+65+46=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #04412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04412E is #FBBED1. Grayscale: #2C2C2C. Windows color (decimal): -16498386 or 3031300. OLE color: 3031300.

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

Color convert

RGB 4 65 46 -
CMYK 0.94 0 0.29 0.75
HSL 161.31º 0.88% 0.14% -
HSV(B) 161.31º 0.94% 0.25% -
XYZ 2.43 4 3.23 -
YUV 44.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 4 65 46 0.94 0 0.29 0.75 161.31 0.88 0.14
Hex 4 41 2E 5E 0 1D 4B A1 58 E
Octal 4 101 56 136 0 35 113 241 130 16
Binary 100 1000001 101110 1011110 0 11101 1001011 10100001 1011000 1110

Color Harmonies of #04412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04412E

Black with #04412E

Text Example


Text Example

White with #04412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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