#004419

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

Shades of British Racing Green #004419

Tints of British Racing Green #004419

Color information

#004419 (or 0x004419) is unknown color: approx British Racing Green. HEX triplet: 00, 44 and 19. RGB value is (0,68,25). Sum of RGB (Red+Green+Blue) = 0+68+25=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 68 (26.95% from 255 or 73.12% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 68 - color contains mainly: green. Hex color #004419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004419 is #FFBBE6. Grayscale: #2A2A2A. Windows color (decimal): -16759783 or 1655808. OLE color: 1655808.

HSL color Cylindrical-coordinate representation of color #004419: hue angle of 142.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004419 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB06825-
CMYK100.630.73
HSL142.06º100%13.33%-
HSV(B)142.06º100%26.67%-
XYZ2.244.21.61-
YUV42.77117.9797.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 73.12%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=0%
G=73.12%
B=26.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06825100.630.73142.0610013.33
Hex044196403F498e64d
Octal01043114407711121614415
Binary01000100110011100100011111110010011000111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004419; }

 p { color: rgb(0,68,25); }

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

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

 a { background-color: rgb(0,68,25); }

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

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

 span { border-color: rgb(0,68,25); }

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