Html Css Color HEX #044421 British Racing Green

📋 copy color: '#044421'

red 4 ◦ green 68 ◦ blue 33

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

Shades of British Racing Green #044421

Tints of British Racing Green #044421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 64.76%

 BLUE value IS 33 (13.28% from 255) = 31.43%

R = 3.81%
G = 64.76%
B = 31.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#044421 (or 0x044421) is known color: British Racing Green. HEX triplet: 04, 44 and 21. RGB value is (4,68,33). Sum of RGB (Red+Green+Blue) = 4+68+33=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #044421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044421 is #FBBBDE. Grayscale: #2C2C2C. Windows color (decimal): -16497631 or 2180100. OLE color: 2180100.

HSL color Cylindrical-coordinate representation of color #044421: hue angle of 147.19º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044421 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 68 33 -
CMYK 0.94 0 0.51 0.73
HSL 147.19º 0.89% 0.14% -
HSV(B) 147.19º 0.94% 0.27% -
XYZ 2.39 4.27 2.14 -
YUV 44.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 4 68 33 0.94 0 0.51 0.73 147.19 0.89 0.14
Hex 4 44 21 5E 0 33 49 93 59 E
Octal 4 104 41 136 0 63 111 223 131 16
Binary 100 1000100 100001 1011110 0 110011 1001001 10010011 1011001 1110

Color Harmonies of #044421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044421

Black with #044421

Text Example


Text Example

White with #044421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044421; }

 p { color: rgb(4,68,33); }

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

background-color css

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

 a { background-color: rgb(4,68,33); }

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

border-color css

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

 span { border-color: rgb(4,68,33); }

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