#044124

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

Shades of British Racing Green #044124

Tints of British Racing Green #044124

Color information

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

RGB46536-
CMYK0.9400.450.75
HSL151.48º88.41%13.53%-
HSV(B)151.48º93.85%25.49%-
XYZ2.263.932.31-
YUV43.46123.7999.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 65 (25.78% from 255) = 61.90%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=3.81%
G=61.90%
B=34.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal465360.9400.450.75151.4888.4113.53
Hex441245E02D4B9758e
Octal41014413605511322713016
Binary10010000011001001011110010110110010111001011110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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