Html Css Color HEX #044032 British Racing Green

📋 copy color: '#044032'

red 4 ◦ green 64 ◦ blue 50

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

Shades of British Racing Green #044032

Tints of British Racing Green #044032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 54.24%

 BLUE value IS 50 (19.92% from 255) = 42.37%

R = 3.39%
G = 54.24%
B = 42.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#044032 (or 0x044032) is known color: British Racing Green. HEX triplet: 04, 40 and 32. RGB value is (4,64,50). Sum of RGB (Red+Green+Blue) = 4+64+50=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #044032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044032 is #FBBFCD. Grayscale: #2C2C2C. Windows color (decimal): -16498638 or 3293188. OLE color: 3293188.

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

Color convert

RGB 4 64 50 -
CMYK 0.94 0 0.22 0.75
HSL 166º 0.88% 0.13% -
HSV(B) 166º 0.94% 0.25% -
XYZ 2.46 3.92 3.65 -
YUV 44.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 4 64 50 0.94 0 0.22 0.75 166 0.88 0.13
Hex 4 40 32 5E 0 16 4B A6 58 D
Octal 4 100 62 136 0 26 113 246 130 15
Binary 100 1000000 110010 1011110 0 10110 1001011 10100110 1011000 1101

Color Harmonies of #044032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044032

Black with #044032

Text Example


Text Example

White with #044032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044032; }

 p { color: rgb(4,64,50); }

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

background-color css

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

 a { background-color: rgb(4,64,50); }

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

border-color css

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

 span { border-color: rgb(4,64,50); }

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