Html Css Color HEX #044131 British Racing Green

📋 copy color: '#044131'

red 4 ◦ green 65 ◦ blue 49

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

Shades of British Racing Green #044131

Tints of British Racing Green #044131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 41.53%

R = 3.39%
G = 55.08%
B = 41.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#044131 (or 0x044131) is known color: British Racing Green. HEX triplet: 04, 41 and 31. RGB value is (4,65,49). Sum of RGB (Red+Green+Blue) = 4+65+49=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #044131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044131 is #FBBECE. Grayscale: #2C2C2C. Windows color (decimal): -16498383 or 3227908. OLE color: 3227908.

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

Color convert

RGB 4 65 49 -
CMYK 0.94 0 0.25 0.75
HSL 164.26º 0.88% 0.14% -
HSV(B) 164.26º 0.94% 0.25% -
XYZ 2.49 4.03 3.55 -
YUV 44.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 4 65 49 0.94 0 0.25 0.75 164.26 0.88 0.14
Hex 4 41 31 5E 0 19 4B A4 58 E
Octal 4 101 61 136 0 31 113 244 130 16
Binary 100 1000001 110001 1011110 0 11001 1001011 10100100 1011000 1110

Color Harmonies of #044131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044131

Black with #044131

Text Example


Text Example

White with #044131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044131; }

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

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

background-color css

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

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

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

border-color css

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

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

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