#015631

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

Shades of British Racing Green #015631

Tints of British Racing Green #015631

Color information

#015631 (or 0x015631) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 31. RGB value is (1,86,49). Sum of RGB (Red+Green+Blue) = 1+86+49=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 86 (33.98% from 255 or 63.24% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 86 - color contains mainly: green. Hex color #015631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015631 is #FEA9CE. Grayscale: #383838. Windows color (decimal): -16689615 or 3233281. OLE color: 3233281.

HSL color Cylindrical-coordinate representation of color #015631: hue angle of 153.88º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015631 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB18649-
CMYK0.9900.430.66
HSL153.88º97.7%17.06%-
HSV(B)153.88º98.84%33.73%-
XYZ3.896.884.03-
YUV56.37123.8488.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 86 (33.98% from 255) = 63.24%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=0.74%
G=63.24%
B=36.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186490.9900.430.66153.8897.717.06
Hex156316302B429a6211
Octal11266114305310223214221
Binary1101011011000111000110101011100001010011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015631; }

 p { color: rgb(1,86,49); }

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

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

 a { background-color: rgb(1,86,49); }

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

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

 span { border-color: rgb(1,86,49); }

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