#015632

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

Shades of British Racing Green #015632

Tints of British Racing Green #015632

Color information

#015632 (or 0x015632) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 32. RGB value is (1,86,50). Sum of RGB (Red+Green+Blue) = 1+86+50=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 86 (33.98% from 255 or 62.77% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 86 - color contains mainly: green. Hex color #015632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015632 is #FEA9CD. Grayscale: #383838. Windows color (decimal): -16689614 or 3298817. OLE color: 3298817.

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

Color convert

RGB18650-
CMYK0.9900.420.66
HSL154.59º97.7%17.06%-
HSV(B)154.59º98.84%33.73%-
XYZ3.926.894.14-
YUV56.48124.3488.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 86 (33.98% from 255) = 62.77%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=0.73%
G=62.77%
B=36.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186500.9900.420.66154.5997.717.06
Hex156326302A429b6211
Octal11266214305210223314221
Binary1101011011001011000110101010100001010011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015632; }

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

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

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

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

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

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

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

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