#014613

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

Shades of British Racing Green #014613

Tints of British Racing Green #014613

Color information

#014613 (or 0x014613) is unknown color: approx British Racing Green. HEX triplet: 01, 46 and 13. RGB value is (1,70,19). Sum of RGB (Red+Green+Blue) = 1+70+19=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 70 (27.73% from 255 or 77.78% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 70 - color contains mainly: green. Hex color #014613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014613 is #FEB9EC. Grayscale: #2B2B2B. Windows color (decimal): -16693741 or 1263105. OLE color: 1263105.

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

Color convert

RGB17019-
CMYK0.9900.730.73
HSL135.65º97.18%13.92%-
HSV(B)135.65º98.57%27.45%-
XYZ2.324.431.35-
YUV43.55114.1497.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 70 (27.73% from 255) = 77.78%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=1.11%
G=77.78%
B=21.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170190.9900.730.73135.6597.1813.92
Hex1461363049498861e
Octal110623143011111121014116
Binary110001101001111000110100100110010011000100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014613; }

 p { color: rgb(1,70,19); }

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

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

 a { background-color: rgb(1,70,19); }

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

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

 span { border-color: rgb(1,70,19); }

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