Html Css Color HEX #044420 British Racing Green

📋 copy color: '#044420'

red 4 ◦ green 68 ◦ blue 32

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

Shades of British Racing Green #044420

Tints of British Racing Green #044420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 30.77%

R = 3.85%
G = 65.38%
B = 30.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#044420 (or 0x044420) is known color: British Racing Green. HEX triplet: 04, 44 and 20. RGB value is (4,68,32). Sum of RGB (Red+Green+Blue) = 4+68+32=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #044420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044420 is #FBBBDF. Grayscale: #2C2C2C. Windows color (decimal): -16497632 or 2114564. OLE color: 2114564.

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

Color convert

RGB 4 68 32 -
CMYK 0.94 0 0.53 0.73
HSL 146.25º 0.89% 0.14% -
HSV(B) 146.25º 0.94% 0.27% -
XYZ 2.38 4.26 2.06 -
YUV 44.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 4 68 32 0.94 0 0.53 0.73 146.25 0.89 0.14
Hex 4 44 20 5E 0 35 49 92 59 E
Octal 4 104 40 136 0 65 111 222 131 16
Binary 100 1000100 100000 1011110 0 110101 1001001 10010010 1011001 1110

Color Harmonies of #044420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044420

Black with #044420

Text Example


Text Example

White with #044420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044420; }

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

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

background-color css

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

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

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

border-color css

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

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

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