#034618

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

Shades of British Racing Green #034618

Tints of British Racing Green #034618

Color information

#034618 (or 0x034618) is unknown color: approx British Racing Green. HEX triplet: 03, 46 and 18. RGB value is (3,70,24). Sum of RGB (Red+Green+Blue) = 3+70+24=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 70 (27.73% from 255 or 72.16% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 70 - color contains mainly: green. Hex color #034618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034618 is #FCB9E7. Grayscale: #2C2C2C. Windows color (decimal): -16562664 or 1590787. OLE color: 1590787.

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

Color convert

RGB37024-
CMYK0.9600.660.73
HSL138.81º91.78%14.31%-
HSV(B)138.81º95.71%27.45%-
XYZ2.394.471.6-
YUV44.72116.398.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 70 (27.73% from 255) = 72.16%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=3.09%
G=72.16%
B=24.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370240.9600.660.73138.8191.7814.31
Hex3461860042498b5ce
Octal310630140010211121313416
Binary1110001101100011000000100001010010011000101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034618; }

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

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

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

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

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

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

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

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