#013911

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

Shades of British Racing Green #013911

Tints of British Racing Green #013911

Color information

#013911 (or 0x013911) is unknown color: approx British Racing Green. HEX triplet: 01, 39 and 11. RGB value is (1,57,17). Sum of RGB (Red+Green+Blue) = 1+57+17=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 57 (22.66% from 255 or 76% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 57 - color contains mainly: green. Hex color #013911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013911 is #FEC6EE. Grayscale: #232323. Windows color (decimal): -16697071 or 1128705. OLE color: 1128705.

HSL color Cylindrical-coordinate representation of color #013911: hue angle of 137.14º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013911 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB15717-
CMYK0.9800.700.78
HSL137.14º96.55%11.37%-
HSV(B)137.14º98.25%22.35%-
XYZ1.582.971.02-
YUV35.7117.45103.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 57 (22.66% from 255) = 76%
BLUE value IS 17 (7.03% from 255) = 22.67%
R=1.33%
G=76%
B=22.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157170.9800.700.78137.1496.5511.37
Hex13911620464E8961b
Octal17121142010611621114113
Binary11110011000111000100100011010011101000100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013911; }

 p { color: rgb(1,57,17); }

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

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

 a { background-color: rgb(1,57,17); }

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

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

 span { border-color: rgb(1,57,17); }

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