Html Css Color HEX #044124 British Racing Green

📋 copy color: '#044124'

red 4 ◦ green 65 ◦ blue 36

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

Shades of British Racing Green #044124

Tints of British Racing Green #044124

RGB

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

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

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

R = 3.81%
G = 61.9%
B = 34.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#044124 (or 0x044124) is known color: British Racing Green. HEX triplet: 04, 41 and 24. RGB value is (4,65,36). Sum of RGB (Red+Green+Blue) = 4+65+36=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #044124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044124 is #FBBEDB. Grayscale: #2B2B2B. Windows color (decimal): -16498396 or 2375940. OLE color: 2375940.

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

Color convert

RGB 4 65 36 -
CMYK 0.94 0 0.45 0.75
HSL 151.48º 0.88% 0.14% -
HSV(B) 151.48º 0.94% 0.25% -
XYZ 2.26 3.93 2.31 -
YUV 43.46 123.79 99.86 -
System Red Green Blue C M Y K H S L
Decimal 4 65 36 0.94 0 0.45 0.75 151.48 0.88 0.14
Hex 4 41 24 5E 0 2D 4B 97 58 E
Octal 4 101 44 136 0 55 113 227 130 16
Binary 100 1000001 100100 1011110 0 101101 1001011 10010111 1011000 1110

Color Harmonies of #044124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044124

Black with #044124

Text Example


Text Example

White with #044124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044124; }

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

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

background-color css

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

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

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

border-color css

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

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

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