#034419

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

Shades of British Racing Green #034419

Tints of British Racing Green #034419

Color information

#034419 (or 0x034419) is unknown color: approx British Racing Green. HEX triplet: 03, 44 and 19. RGB value is (3,68,25). Sum of RGB (Red+Green+Blue) = 3+68+25=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 68 (26.95% from 255 or 70.83% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 68 - color contains mainly: green. Hex color #034419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034419 is #FCBBE6. Grayscale: #2B2B2B. Windows color (decimal): -16563175 or 1655811. OLE color: 1655811.

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

Color convert

RGB36825-
CMYK0.9600.630.73
HSL140.31º91.55%13.92%-
HSV(B)140.31º95.59%26.67%-
XYZ2.284.221.61-
YUV43.66117.4799-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 68 (26.95% from 255) = 70.83%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=3.12%
G=70.83%
B=26.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368250.9600.630.73140.3191.5513.92
Hex344196003F498c5ce
Octal31043114007711121413416
Binary111000100110011100000011111110010011000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034419; }

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

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

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

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

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

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

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

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