Html Css Color HEX #044224 British Racing Green

📋 copy color: '#044224'

red 4 ◦ green 66 ◦ blue 36

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

Shades of British Racing Green #044224

Tints of British Racing Green #044224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 62.26%

 BLUE value IS 36 (14.45% from 255) = 33.96%

R = 3.77%
G = 62.26%
B = 33.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#044224 (or 0x044224) is known color: British Racing Green. HEX triplet: 04, 42 and 24. RGB value is (4,66,36). Sum of RGB (Red+Green+Blue) = 4+66+36=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #044224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044224 is #FBBDDB. Grayscale: #2C2C2C. Windows color (decimal): -16498140 or 2376196. OLE color: 2376196.

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

Color convert

RGB 4 66 36 -
CMYK 0.94 0 0.45 0.74
HSL 150.97º 0.89% 0.14% -
HSV(B) 150.97º 0.94% 0.26% -
XYZ 2.32 4.05 2.33 -
YUV 44.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 4 66 36 0.94 0 0.45 0.74 150.97 0.89 0.14
Hex 4 42 24 5E 0 2D 4A 97 59 E
Octal 4 102 44 136 0 55 112 227 131 16
Binary 100 1000010 100100 1011110 0 101101 1001010 10010111 1011001 1110

Color Harmonies of #044224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044224

Black with #044224

Text Example


Text Example

White with #044224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044224; }

 p { color: rgb(4,66,36); }

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

background-color css

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

 a { background-color: rgb(4,66,36); }

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

border-color css

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

 span { border-color: rgb(4,66,36); }

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