#034624

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

Shades of British Racing Green #034624

Tints of British Racing Green #034624

Color information

#034624 (or 0x034624) is unknown color: approx British Racing Green. HEX triplet: 03, 46 and 24. RGB value is (3,70,36). Sum of RGB (Red+Green+Blue) = 3+70+36=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 70 (27.73% from 255 or 64.22% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 70 - color contains mainly: green. Hex color #034624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034624 is #FCB9DB. Grayscale: #2E2E2E. Windows color (decimal): -16562652 or 2377219. OLE color: 2377219.

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

Color convert

RGB37036-
CMYK0.9600.490.73
HSL149.55º91.78%14.31%-
HSV(B)149.55º95.71%27.45%-
XYZ2.554.532.41-
YUV46.09122.397.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 70 (27.73% from 255) = 64.22%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=2.75%
G=64.22%
B=33.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370360.9600.490.73149.5591.7814.31
Hex346246003149965ce
Octal31064414006111122613416
Binary1110001101001001100000011000110010011001011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034624; }

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

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

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

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

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

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

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

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