#034719

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

Shades of British Racing Green #034719

Tints of British Racing Green #034719

Color information

#034719 (or 0x034719) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 19. RGB value is (3,71,25). Sum of RGB (Red+Green+Blue) = 3+71+25=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #034719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034719 is #FCB8E6. Grayscale: #2D2D2D. Windows color (decimal): -16562407 or 1656579. OLE color: 1656579.

HSL color Cylindrical-coordinate representation of color #034719: hue angle of 139.41º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034719 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB37125-
CMYK0.9600.650.72
HSL139.41º91.89%14.51%-
HSV(B)139.41º95.77%27.84%-
XYZ2.474.61.68-
YUV45.42116.4797.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 71 (28.12% from 255) = 71.72%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=3.03%
G=71.72%
B=25.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371250.9600.650.72139.4191.8914.51
Hex3471960041488b5cf
Octal310731140010111021313417
Binary1110001111100111000000100000110010001000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034719; }

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

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

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

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

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

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

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

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