Html Css Color HEX #044122 British Racing Green

📋 copy color: '#044122'

red 4 ◦ green 65 ◦ blue 34

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

Shades of British Racing Green #044122

Tints of British Racing Green #044122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 33.01%

R = 3.88%
G = 63.11%
B = 33.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#044122 (or 0x044122) is known color: British Racing Green. HEX triplet: 04, 41 and 22. RGB value is (4,65,34). Sum of RGB (Red+Green+Blue) = 4+65+34=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #044122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044122 is #FBBEDD. Grayscale: #2B2B2B. Windows color (decimal): -16498398 or 2244868. OLE color: 2244868.

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

Color convert

RGB 4 65 34 -
CMYK 0.94 0 0.48 0.75
HSL 149.51º 0.88% 0.14% -
HSV(B) 149.51º 0.94% 0.25% -
XYZ 2.23 3.92 2.15 -
YUV 43.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 4 65 34 0.94 0 0.48 0.75 149.51 0.88 0.14
Hex 4 41 22 5E 0 30 4B 96 58 E
Octal 4 101 42 136 0 60 113 226 130 16
Binary 100 1000001 100010 1011110 0 110000 1001011 10010110 1011000 1110

Color Harmonies of #044122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044122

Black with #044122

Text Example


Text Example

White with #044122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044122; }

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

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

background-color css

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

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

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

border-color css

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

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

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