#044421

Color #044421 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #044421

Tints of British Racing Green #044421

Color information

#044421 (or 0x044421) is unknown color: approx 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

RGB46833-
CMYK0.9400.510.73
HSL147.19º88.89%14.12%-
HSV(B)147.19º94.12%26.67%-
XYZ2.394.272.14-
YUV44.87121.398.85-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal468330.9400.510.73147.1988.8914.12
Hex444215E033499359e
Octal41044113606311122313116
Binary10010001001000011011110011001110010011001001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>