#044019

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

Shades of British Racing Green #044019

Tints of British Racing Green #044019

Color information

#044019 (or 0x044019) is unknown color: approx British Racing Green. HEX triplet: 04, 40 and 19. RGB value is (4,64,25). Sum of RGB (Red+Green+Blue) = 4+64+25=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #044019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044019 is #FBBFE6. Grayscale: #292929. Windows color (decimal): -16498663 or 1654788. OLE color: 1654788.

HSL color Cylindrical-coordinate representation of color #044019: hue angle of 141º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044019 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB46425-
CMYK0.9400.610.75
HSL141º88.24%13.33%-
HSV(B)141º93.75%25.1%-
XYZ2.063.761.54-
YUV41.61118.62101.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 64 (25.39% from 255) = 68.82%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=4.30%
G=68.82%
B=26.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464250.9400.610.7514188.2413.33
Hex440195E03D4B8d58d
Octal41003113607511321513015
Binary1001000000110011011110011110110010111000110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044019; }

 p { color: rgb(4,64,25); }

 H1.HeaderClassName
 {
   color: #044019;
 }
 .AnyTagClassName
 {
   color: #044019;
 }
</style>
background-color css

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

 a { background-color: rgb(4,64,25); }

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

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

 span { border-color: rgb(4,64,25); }

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