#034627

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

Shades of British Racing Green #034627

Tints of British Racing Green #034627

Color information

#034627 (or 0x034627) is unknown color: approx British Racing Green. HEX triplet: 03, 46 and 27. RGB value is (3,70,39). Sum of RGB (Red+Green+Blue) = 3+70+39=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #034627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034627 is #FCB9D8. Grayscale: #2E2E2E. Windows color (decimal): -16562649 or 2573827. OLE color: 2573827.

HSL color Cylindrical-coordinate representation of color #034627: hue angle of 152.24º 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 #034627 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB37039-
CMYK0.9600.440.73
HSL152.24º91.78%14.31%-
HSV(B)152.24º95.71%27.45%-
XYZ2.594.552.66-
YUV46.43123.897.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 70 (27.73% from 255) = 62.5%
BLUE value IS 39 (15.62% from 255) = 34.82%
R=2.68%
G=62.5%
B=34.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370390.9600.440.73152.2491.7814.31
Hex346276002C49985ce
Octal31064714005411123013416
Binary1110001101001111100000010110010010011001100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034627; }

 p { color: rgb(3,70,39); }

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

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

 a { background-color: rgb(3,70,39); }

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

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

 span { border-color: rgb(3,70,39); }

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